diff scp.c @ 857:c19acba28590

use oldstyle comments
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 22:03:30 +0800
parents fedfb8ede1fd
children d9b5c33329fa
line wrap: on
line diff
--- a/scp.c	Thu Nov 14 21:45:50 2013 +0800
+++ b/scp.c	Thu Nov 14 22:03:30 2013 +0800
@@ -494,8 +494,8 @@
 			if (verbose_mode)
 				addargs(&alist, "-v");
 #if 0
-			// Disabled since dbclient won't understand them
-			// and scp works fine without them.
+			/* Disabled since dbclient won't understand them
+			   and scp works fine without them. */
 			addargs(&alist, "-x");
 			addargs(&alist, "-oClearAllForwardings yes");
 			addargs(&alist, "-n");