From ab972f1f9b724fc0b71e6ca726078c92ad26bc6b Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Sun, 17 Oct 2010 18:21:25 +0200 Subject: [PATCH] Fix child state on corner case --- src/main/event.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/event.c b/src/main/event.c index 65fcb6b..95008a4 100644 --- a/src/main/event.c +++ b/src/main/event.c @@ -1241,6 +1241,7 @@ static void wait_a_bit(void *ctx) if (!have_children) #endif { + request->child_state = REQUEST_DONE; goto done; } -- 2.1.4