diff scp.c @ 801:7dcb46da72d9 ecc

merge in HEAD
author Matt Johnston <matt@ucc.asn.au>
date Tue, 21 May 2013 12:09:35 +0800
parents fedfb8ede1fd
children c19acba28590
line wrap: on
line diff
--- a/scp.c	Thu May 09 23:27:23 2013 +0800
+++ b/scp.c	Tue May 21 12:09:35 2013 +0800
@@ -230,7 +230,7 @@
 		close(pin[0]);
 		close(pout[1]);
 
-#ifdef USE_VFORK
+#ifndef USE_VFORK
 		arg_setup(host, remuser, cmd);
 #endif