remove unneeded assignment.
[citadel.git] / citadel / sysdep.c
index b8d190a8b254b1e742c8e5989b9db829d3461ea5..25499da30ddaa871cc4d3cbc3a2f3a0646cfc9e1 100644 (file)
@@ -1052,7 +1052,7 @@ void start_daemon(int unused) {
                        }
                        waitpid(current_child, &status, 0);
                }
-               do_restart = 0;
+
                nFireUpsNonRestart = nFireUps;
                
                /* Exit code 0 means the watcher should exit */