* make some pointers const...
[citadel.git] / citadel / server_main.c
index 2d7d65717a974bad19c388725350bcab7889e404..b3d110cd8b498b4631621fb143eb0989b65d390d 100644 (file)
@@ -310,6 +310,14 @@ int main(int argc, char **argv)
                start_chkpwd_daemon();
        }
 
+
+       /*
+        * check, whether we're fired up another time after a crash.
+        * if, post an aide message, so the admin has a chance to react.
+        */
+       checkcrash ();
+
+
        /*
         * Now that we've bound the sockets, change to the Citadel user id and its
         * corresponding group ids