diff scp.c @ 743:09c5eb71ec96 kexguess

merge from head roundtrip changes
author Matt Johnston <matt@ucc.asn.au>
date Mon, 01 Apr 2013 00:13:41 +0800
parents fedfb8ede1fd
children c19acba28590
line wrap: on
line diff
--- a/scp.c	Sun Mar 31 00:41:15 2013 +0800
+++ b/scp.c	Mon Apr 01 00:13:41 2013 +0800
@@ -230,7 +230,7 @@
 		close(pin[0]);
 		close(pout[1]);
 
-#ifdef USE_VFORK
+#ifndef USE_VFORK
 		arg_setup(host, remuser, cmd);
 #endif