summaryrefslogtreecommitdiffhomepage
path: root/cli-runopts.c
diff options
context:
space:
mode:
authorKonstantin Tokarev <ktokarev@smartlabs.tv>2015-12-01 21:52:38 +0300
committerKonstantin Tokarev <ktokarev@smartlabs.tv>2015-12-15 16:43:29 +0300
commit2d6bbf341d0554fb33179dfe7757b6e22f993fe6 (patch)
tree6ec92058e22c58be81d4d169c9f9eaea54ceab65 /cli-runopts.c
parent2f62128297bc22c22f0da6617eeae53a1cd90dd2 (diff)
Moved usingsyslog from svr_runopts to runopts.
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;