diff options
Diffstat (limited to 'plpnfsd/mp_mount.c')
-rw-r--r-- | plpnfsd/mp_mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plpnfsd/mp_mount.c b/plpnfsd/mp_mount.c index 6f9d203..39c3493 100644 --- a/plpnfsd/mp_mount.c +++ b/plpnfsd/mp_mount.c @@ -576,7 +576,6 @@ mount_and_run(char *dir, void (*proc)(), nfs_fh *root_fh) signal(SIGUSR1, usr1_handler); signal(SIGHUP, hup_handler); signal(SIGTERM, term_handler); - signal(SIGPIPE, SIG_IGN); for (;;) { fd_set readfd; |