aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-06 21:04:54 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-06 21:04:54 +0200
commit631f4188857b363fd9b712712795789211313181 (patch)
tree235091530da272b800137d977b9ca346bc587bfe /src
parentm doc (diff)
downloadmds-631f4188857b363fd9b712712795789211313181.tar.gz
mds-631f4188857b363fd9b712712795789211313181.tar.bz2
mds-631f4188857b363fd9b712712795789211313181.tar.xz
fix incorrect detection of conflicting arguments
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/mds-base.c2
1 files changed, 1 insertions, 1 deletions
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;