diff cli-runopts.c @ 1210:64a50eac1030

Moved usingsyslog from svr_runopts to runopts.
author Konstantin Tokarev <ktokarev@smartlabs.tv>
date Tue, 01 Dec 2015 21:52:38 +0300
parents 2907c658fa76
children bf626d259eb1
line wrap: on
line diff
--- a/cli-runopts.c	Tue Dec 15 21:40:32 2015 +0800
+++ b/cli-runopts.c	Tue Dec 01 21:52:38 2015 +0300
@@ -173,6 +173,9 @@
 	opts.cipher_list = NULL;
 	opts.mac_list = NULL;
 #endif
+#ifndef DISABLE_SYSLOG
+	opts.usingsyslog = 0;
+#endif
 	/* not yet
 	opts.ipv4 = 1;
 	opts.ipv6 = 1;