diff cli-runopts.c @ 505:805e557fdff7

Report errors if a remote request fails
author Matt Johnston <matt@ucc.asn.au>
date Sun, 02 Nov 2008 12:25:08 +0000
parents ae600f1eef81
children 4e251543b941
line wrap: on
line diff
--- a/cli-runopts.c	Sun Nov 02 12:01:39 2008 +0000
+++ b/cli-runopts.c	Sun Nov 02 12:25:08 2008 +0000
@@ -609,6 +609,7 @@
 		goto badport;
 	}
 
+	newfwd->have_reply = 0;
 	newfwd->next = *fwdlist;
 	*fwdlist = newfwd;