diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-06 21:04:54 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-06 21:04:54 +0200 |
commit | 631f4188857b363fd9b712712795789211313181 (patch) | |
tree | 235091530da272b800137d977b9ca346bc587bfe /src | |
parent | m doc (diff) | |
download | mds-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.c | 2 |
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; |