View | Details | Raw Unified | Return to bug 638
Collapse All | Expand All

(-)scp.c (-1 / +2 lines)
Lines 417-423 Link Here
417
			}
417
			}
418
			if (verbose_mode)
418
			if (verbose_mode)
419
				fprintf(stderr, "Executing: %s\n", bp);
419
				fprintf(stderr, "Executing: %s\n", bp);
420
			(void) system(bp);
420
			if (system(bp) != 0)
421
				errs = 1;
421
			(void) xfree(bp);
422
			(void) xfree(bp);
422
		} else {	/* local to remote */
423
		} else {	/* local to remote */
423
			if (remin == -1) {
424
			if (remin == -1) {

Return to bug 638