]> code.citadel.org Git - citadel.git/blobdiff - webcit/sysdep.c
fix various incidents reported by CLANG Static analyzer:
[citadel.git] / webcit / sysdep.c
index b3470a042c1362da057ef630d04f1a105ee5b70c..7c0acca7620df324373532c0b2e11006d402ea6a 100644 (file)
@@ -386,8 +386,6 @@ void start_daemon(char *pid_file)
                        waitpid(current_child, &status, 0);
                }
 
-               do_restart = 0;
-
                /* Did the main process exit with an actual exit code? */
                if (WIFEXITED(status)) {