From: Alan T. DeKok Date: Wed, 16 Sep 2015 17:07:09 +0000 (-0400) Subject: Forgot a return... X-Git-Tag: release_3_0_10~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c43aeaa3bfe9adbcb1f113399c92de6fb016dd2;p=thirdparty%2Ffreeradius-server.git Forgot a return... --- diff --git a/src/main/process.c b/src/main/process.c index c3ab825ff7f..5200d8a7786 100644 --- a/src/main/process.c +++ b/src/main/process.c @@ -853,6 +853,7 @@ static void request_cleanup_delay_init(REQUEST *request) if (!we_are_master()) { NO_CHILD_THREAD; request->child_state = REQUEST_CLEANUP_DELAY; + return; } /*