commit | 7a88d5a1e40c1c82e7eb308b59e46b9700448fbf | [log] [tgz] |
---|---|---|
author | Ken Thomases <ken@codeweavers.com> | Wed Nov 30 16:48:58 2011 -0600 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Dec 01 10:11:13 2011 +0100 |
tree | 14475736e5912f95cee39f32d2ddf7c831bbfbf0 | |
parent | 10705f6e3d5fa79df61fbddcbc544ad346a85697 [diff] |
winspool: No need to reset SIGCHLD because we're not changing it anymore.
diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c index abc8478..7bf9149 100644 --- a/dlls/winspool.drv/info.c +++ b/dlls/winspool.drv/info.c
@@ -7435,7 +7435,6 @@ /* reset signals that we previously set to SIG_IGN */ signal(SIGPIPE, SIG_DFL); - signal(SIGCHLD, SIG_DFL); execl("/bin/sh", "/bin/sh", "-c", cmdA, NULL); _exit(1);