summaryrefslogtreecommitdiffstats
path: root/job.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-05-04 17:28:16 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-05-04 17:28:16 +0000
commitc4a2fdf15b5f6cd35319e36636b7daee8061c2ab (patch)
tree078b36e8669e687d32224b9a2239713781d787c5 /job.c
parentaf5e0bd15affd358017e43110ac5a6c3b22233bc (diff)
Put this back in with the initialisation in the right order.
Diffstat (limited to 'job.c')
-rw-r--r--job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/job.c b/job.c
index ddeae13f..61aa61fa 100644
--- a/job.c
+++ b/job.c
@@ -149,7 +149,7 @@ job_run(struct job *job)
case -1:
return (-1);
case 0: /* child */
- server_signal_clear();
+ clear_signals();
environ_push(&global_environ);