X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincd.c;h=d497bccc063132bb10b3f03070f4b2a615ae1207;hb=6568cffd52d4803effaf52a9bb9c98d69cf7922a;hp=c4806bace75a288d9c9e1179c58923b93334c8d6;hpb=15ad628f06895175d7e629ce0188805dc00159fd;p=tinc diff --git a/src/tincd.c b/src/tincd.c index c4806bac..d497bccc 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -187,6 +187,7 @@ static bool parse_options(int argc, char **argv) { break; case 's': /* syslog */ + use_logfile = false; use_syslog = true; break; @@ -225,6 +226,7 @@ static bool parse_options(int argc, char **argv) { break; case 4: /* write log entries to a file */ + use_syslog = false; use_logfile = true; if(!optarg && optind < argc && *argv[optind] != '-') optarg = argv[optind++];