Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo. Closes #880
  • Loading branch information
alandekok committed Jan 20, 2015
1 parent 29b8716 commit 8ae95a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/event.c
Expand Up @@ -508,7 +508,7 @@ static void wait_for_child_to_die(void *ctx)
* up) OR there's still a child thread handling it, THEN
* delay some more.
*/
if ((request->child_state = REQUEST_QUEUED) ||
if ((request->child_state == REQUEST_QUEUED) ||
(request->thread_id != NO_CHILD_THREAD)) {
/*
* Cap delay at max_request_time
Expand Down

0 comments on commit 8ae95a7

Please sign in to comment.