]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
DUP proxied packets don't re-set the timer
authorAlan T. DeKok <aland@freeradius.org>
Fri, 16 Mar 2012 15:46:41 +0000 (11:46 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 16 Mar 2012 15:46:41 +0000 (11:46 -0400)
So that the child threads don't mangle the main thread event loop

src/main/process.c

index 4b5f084ee19387279baaaac869a10558b28a1d7d..86a4a7cf6218852b85a8ff0daee3d0decd664dfb 100644 (file)
@@ -2787,7 +2787,7 @@ STATE_MACHINE_DECL(proxy_wait_for_reply)
                DEBUG_PACKET(request, request->proxy, 1);
                request->proxy_listener->send(request->proxy_listener,
                                              request);
-               /* FALL-THROUGH */
+               break;
 
        case FR_ACTION_TIMER:
                /*