]> andersk Git - moira.git/blobdiff - server/mr_main.c
Handle fencepost of empty file correctly
[moira.git] / server / mr_main.c
index 09c09b38bdf009593d645f5d87530d55d169e4fb..87ff73a089e59a9bca2567e6b6ce109cee7fdcf6 100644 (file)
@@ -127,6 +127,7 @@ main(argc, argv)
         */
        
        if ((((int)signal (SIGTERM, sigshut)) < 0) ||
+           (((int)signal (SIGCHLD, reapchild)) < 0) ||
            (((int)signal (SIGHUP, sigshut)) < 0)) {
                com_err(whoami, errno, " Unable to establish signal handler.");
                exit(1);
This page took 1.329069 seconds and 4 git commands to generate.