]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
better clean up packets with bad secrets. Helps with #5397
authorAlan T. DeKok <aland@freeradius.org>
Thu, 8 Aug 2024 16:31:41 +0000 (12:31 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 8 Aug 2024 16:31:41 +0000 (12:31 -0400)
src/main/process.c

index e9f1afc3949fb76e1bfd294cc54f1445ca2dd979..178202bbb36212d84c2cd5106112d3f531f29b00 100644 (file)
@@ -1703,7 +1703,7 @@ static void request_running(REQUEST *request, int action)
                                               child_state_names[request->child_state],
                                               child_state_names[REQUEST_DONE]);
 #endif
-                       FINAL_STATE(REQUEST_DONE);
+                       request_done(request, FR_ACTION_DONE);
                        break;
                }