diff 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
line wrap: on
line diff
--- a/cli-runopts.c	Sat Mar 08 21:02:02 2014 +0800
+++ b/cli-runopts.c	Fri Jul 25 22:23:50 2014 +0800
@@ -163,6 +163,8 @@
 	opts.ipv6 = 1;
 	*/
 	opts.recv_window = DEFAULT_RECV_WINDOW;
+	opts.keepalive_secs = DEFAULT_KEEPALIVE;
+	opts.idle_timeout_secs = DEFAULT_IDLE_TIMEOUT;
 
 	fill_own_user();