aboutsummaryrefslogtreecommitdiffhomepage
path: root/exec.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-09 11:28:24 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-09 11:28:24 -0800
commit14a35e7c21095f31a8d4a7a7c61b172d6e3780be (patch)
tree60c1bde016f9c92955817de5f865f0ead3d2000f /exec.cpp
parentd173bb6e0a13863e23c606f1454c35788b3a6cf6 (diff)
Flip the switch to stop draining threads before exec (!)
Diffstat (limited to 'exec.cpp')
-rw-r--r--exec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.cpp b/exec.cpp
index 111cb50b..d8d4efce 100644
--- a/exec.cpp
+++ b/exec.cpp
@@ -1255,7 +1255,7 @@ void exec( parser_t &parser, job_t *j )
if (g_log_forks) {
printf("forking for '%s' in '%ls'\n", actual_cmd, reader_current_filename());
}
- pid = execute_fork(true /* must drain threads */);
+ pid = execute_fork(false);
if( pid == 0 )
{
/*