From: Alan T. DeKok Date: Fri, 16 Mar 2012 15:46:41 +0000 (-0400) Subject: DUP proxied packets don't re-set the timer X-Git-Tag: release_3_0_0_beta0~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b8e2595dd62fda53a1b5057484f2055aa4b606b;p=thirdparty%2Ffreeradius-server.git DUP proxied packets don't re-set the timer So that the child threads don't mangle the main thread event loop --- diff --git a/src/main/process.c b/src/main/process.c index 4b5f084ee19..86a4a7cf621 100644 --- a/src/main/process.c +++ b/src/main/process.c @@ -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: /*