aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'executor/executor_linux.cc')
-rw-r--r--executor/executor_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/executor_linux.cc b/executor/executor_linux.cc
index 72bd91aa8..d49e7e22b 100644
--- a/executor/executor_linux.cc
+++ b/executor/executor_linux.cc
@@ -138,7 +138,7 @@ void loop()
// TODO: consider moving the read into the child.
// Potentially it can speed up things a bit -- when the read finishes
// we already have a forked worker process.
- receive_execute();
+ receive_execute(false);
int pid = fork();
if (pid < 0)
fail("clone failed");