]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix child state on corner case
authorAlan T. DeKok <aland@freeradius.org>
Sun, 17 Oct 2010 16:21:25 +0000 (18:21 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 17 Oct 2010 16:21:25 +0000 (18:21 +0200)
src/main/event.c

index 84ad8bcd95e8a1aa56ea181065c56dc46d2583ab..6ec1de9011da3c7793211d7868be40f9675cb265 100644 (file)
@@ -1179,6 +1179,7 @@ static void wait_a_bit(void *ctx)
                if (!have_children)
 #endif
                {
+                       request->child_state = REQUEST_DONE;
                        goto done;
                }