remove unneeded assignment.
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 26 May 2012 13:21:47 +0000 (15:21 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 26 May 2012 13:21:47 +0000 (15:21 +0200)
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 */