]> code.citadel.org Git - citadel.git/blobdiff - citadel/server_main.c
Fixed the clean up of Contexts when we exit.
[citadel.git] / citadel / server_main.c
index b553904f0d08922bce0cb88805ece323cb24c199..e0f3e5c613825d9e643251e0cb0717561e8f3d30 100644 (file)
@@ -349,7 +349,6 @@ int main(int argc, char **argv)
        /*
         * If the above loop exits we must be shutting down since we obviously have no threads
         */
-               
        master_cleanup(exit_signal);
        return(0);
 }