aboutsummaryrefslogtreecommitdiffhomepage
path: root/postfork.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 /postfork.cpp
parentd173bb6e0a13863e23c606f1454c35788b3a6cf6 (diff)
Flip the switch to stop draining threads before exec (!)
Diffstat (limited to 'postfork.cpp')
-rw-r--r--postfork.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/postfork.cpp b/postfork.cpp
index cf9c931f..04defa35 100644
--- a/postfork.cpp
+++ b/postfork.cpp
@@ -68,7 +68,6 @@ int set_child_group( job_t *j, process_t *p, int print_errors )
format_long_safe(getpgid_buff, getpgid( p->pid));
format_long_safe(job_pgid_buff, j->pgid);
- // PCA FIXME This is sketchy to do in a forked child because it may allocate memory. This needs to call only safe functions.
debug_safe( 1,
"Could not send process %s, '%s' in job %s, '%s' from group %s to group %s",
pid_buff,