From: Wilfried Goesgens Date: Sat, 26 May 2012 13:21:47 +0000 (+0200) Subject: remove unneeded assignment. X-Git-Tag: v8.12~54 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=17479fc9eaf4df4a353cf79e0a36fb25def5fcdf remove unneeded assignment. --- diff --git a/citadel/sysdep.c b/citadel/sysdep.c index b8d190a8b..25499da30 100644 --- a/citadel/sysdep.c +++ b/citadel/sysdep.c @@ -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 */