comparison cli-runopts.c @ 943:185b241a0b4a coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Fri, 25 Jul 2014 22:23:50 +0800
parents a0819ecfee0b
children 17d874ae93a1
comparison
equal deleted inserted replaced
924:204dc7bd62aa 943:185b241a0b4a
161 /* not yet 161 /* not yet
162 opts.ipv4 = 1; 162 opts.ipv4 = 1;
163 opts.ipv6 = 1; 163 opts.ipv6 = 1;
164 */ 164 */
165 opts.recv_window = DEFAULT_RECV_WINDOW; 165 opts.recv_window = DEFAULT_RECV_WINDOW;
166 opts.keepalive_secs = DEFAULT_KEEPALIVE;
167 opts.idle_timeout_secs = DEFAULT_IDLE_TIMEOUT;
166 168
167 fill_own_user(); 169 fill_own_user();
168 170
169 /* Iterate all the arguments */ 171 /* Iterate all the arguments */
170 for (i = 1; i < (unsigned int)argc; i++) { 172 for (i = 1; i < (unsigned int)argc; i++) {