]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mountd/mountd.c
See Changelog
[nfs-utils.git] / utils / mountd / mountd.c
index 3769c924d2d22a0e973e19a202d2d31833f40057..953891df30f5deac6b8111f62242220d79672dde 100644 (file)
@@ -520,6 +520,7 @@ main(int argc, char **argv)
        sigaction(SIGHUP, &sa, NULL);
        sigaction(SIGINT, &sa, NULL);
        sigaction(SIGTERM, &sa, NULL);
+       sigaction(SIGPIPE, &sa, NULL);
        /* WARNING: the following works on Linux and SysV, but not BSD! */
        sigaction(SIGCHLD, &sa, NULL);