From 631f4188857b363fd9b712712795789211313181 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 6 Jun 2014 21:04:54 +0200 Subject: fix incorrect detection of conflicting arguments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/mds-base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mds-base.c b/src/mds-base.c index 65e5d88..41f66b4 100644 --- a/src/mds-base.c +++ b/src/mds-base.c @@ -40,7 +40,7 @@ int argc = 0; char** argv = NULL; -int is_respawn = 0; +int is_respawn = -1; int is_reexec = 0; pthread_t master_thread; -- cgit v1.2.3-70-g09d2