Fix child state on corner case
[freeradius.git] / src / main / event.c
index 65fcb6b..95008a4 100644 (file)
@@ -1241,6 +1241,7 @@ static void wait_a_bit(void *ctx)
                if (!have_children)
 #endif
                {
+                       request->child_state = REQUEST_DONE;
                        goto done;
                }