comparison 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
comparison
equal deleted inserted replaced
1209:ab7d9c12caa7 1210:64a50eac1030
171 #endif 171 #endif
172 #ifdef ENABLE_USER_ALGO_LIST 172 #ifdef ENABLE_USER_ALGO_LIST
173 opts.cipher_list = NULL; 173 opts.cipher_list = NULL;
174 opts.mac_list = NULL; 174 opts.mac_list = NULL;
175 #endif 175 #endif
176 #ifndef DISABLE_SYSLOG
177 opts.usingsyslog = 0;
178 #endif
176 /* not yet 179 /* not yet
177 opts.ipv4 = 1; 180 opts.ipv4 = 1;
178 opts.ipv6 = 1; 181 opts.ipv6 = 1;
179 */ 182 */
180 opts.recv_window = DEFAULT_RECV_WINDOW; 183 opts.recv_window = DEFAULT_RECV_WINDOW;