Put this back in with the initialisation in the right order.

This commit is contained in:
Nicholas Marriott
2010-05-04 17:28:16 +00:00
parent af5e0bd15a
commit c4a2fdf15b
9 changed files with 116 additions and 154 deletions

2
job.c
View File

@ -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);