comparison 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
comparison
equal deleted inserted replaced
856:f56c41030c15 857:c19acba28590
492 freeargs(&alist); 492 freeargs(&alist);
493 addargs(&alist, "%s", ssh_program); 493 addargs(&alist, "%s", ssh_program);
494 if (verbose_mode) 494 if (verbose_mode)
495 addargs(&alist, "-v"); 495 addargs(&alist, "-v");
496 #if 0 496 #if 0
497 // Disabled since dbclient won't understand them 497 /* Disabled since dbclient won't understand them
498 // and scp works fine without them. 498 and scp works fine without them. */
499 addargs(&alist, "-x"); 499 addargs(&alist, "-x");
500 addargs(&alist, "-oClearAllForwardings yes"); 500 addargs(&alist, "-oClearAllForwardings yes");
501 addargs(&alist, "-n"); 501 addargs(&alist, "-n");
502 #endif 502 #endif
503 503