diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-05-04 17:28:16 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-05-04 17:28:16 +0000 |
commit | c4a2fdf15b5f6cd35319e36636b7daee8061c2ab (patch) | |
tree | 078b36e8669e687d32224b9a2239713781d787c5 /job.c | |
parent | af5e0bd15affd358017e43110ac5a6c3b22233bc (diff) | |
download | rtmux-c4a2fdf15b5f6cd35319e36636b7daee8061c2ab.tar.gz rtmux-c4a2fdf15b5f6cd35319e36636b7daee8061c2ab.tar.bz2 rtmux-c4a2fdf15b5f6cd35319e36636b7daee8061c2ab.zip |
Put this back in with the initialisation in the right order.
Diffstat (limited to 'job.c')
-rw-r--r-- | job.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |