summaryrefslogtreecommitdiffhomepage
path: root/cli-runopts.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli-runopts.c')
-rw-r--r--cli-runopts.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli-runopts.c b/cli-runopts.c
index 0522221..25a2f16 100644
--- a/cli-runopts.c
+++ b/cli-runopts.c
@@ -173,6 +173,9 @@ void cli_getopts(int argc, char ** argv) {
opts.cipher_list = NULL;
opts.mac_list = NULL;
#endif
+#ifndef DISABLE_SYSLOG
+ opts.usingsyslog = 0;
+#endif
/* not yet
opts.ipv4 = 1;
opts.ipv6 = 1;