X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fguestfsd.c;h=ac8750c1e96b984843cfc6d81bd5d0420e21bda7;hb=2cac52000a6a96a583af72e289a4296c596047d5;hp=1c695eb69c8a31c6649475076c3b8fb26e8bf609;hpb=6e5f64089631622167e60df25ee009ef83df5170;p=libguestfs.git diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c index 1c695eb..ac8750c 100644 --- a/daemon/guestfsd.c +++ b/daemon/guestfsd.c @@ -679,6 +679,7 @@ commandrvf (char **stdoutput, char **stderror, int flags, } if (pid == 0) { /* Child process running the command. */ + signal (SIGALRM, SIG_DFL); signal (SIGPIPE, SIG_DFL); close (0); if (flag_copy_stdin) {