X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Ftincd.c;h=c3cae5dbd89f2055f68064516de6a2440aeec4ee;hp=fda20c4b4086a5d7d9260bd1d6db9ccbaf310e1b;hb=5046dbd40c7cc572b84f28412723934bf392cb0d;hpb=a04fd9d0c9babca461cee186677db8f607677c6a;ds=sidebyside diff --git a/src/tincd.c b/src/tincd.c index fda20c4b..c3cae5db 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -97,7 +97,7 @@ char *pidfilename = NULL; /* pid file location */ char *logfilename = NULL; /* log file location */ char **g_argv; /* a copy of the cmdline arguments */ -static int status; +static int status = 1; static struct option const long_options[] = { {"config", required_argument, NULL, 'c'},