- logan@cvs.openbsd.org 2014/05/05 07:02:30
[sftp.c] Zap extra whitespace. OK from djm@ and dtucker@
This commit is contained in:
parent
c31a0cd5b3
commit
3dc27178b4
|
@ -82,6 +82,11 @@
|
||||||
post-auth child. the new buffer code is more strict, and requires
|
post-auth child. the new buffer code is more strict, and requires
|
||||||
buffer_init() while the old code was happy after a bzero();
|
buffer_init() while the old code was happy after a bzero();
|
||||||
originally from djm@
|
originally from djm@
|
||||||
|
- logan@cvs.openbsd.org 2014/05/05 07:02:30
|
||||||
|
[sftp.c]
|
||||||
|
Zap extra whitespace.
|
||||||
|
|
||||||
|
OK from djm@ and dtucker@
|
||||||
|
|
||||||
20140430
|
20140430
|
||||||
- (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already
|
- (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already
|
||||||
|
|
4
sftp.c
4
sftp.c
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: sftp.c,v 1.162 2014/04/29 20:36:51 dtucker Exp $ */
|
/* $OpenBSD: sftp.c,v 1.163 2014/05/05 07:02:30 logan Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
|
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
|
||||||
*
|
*
|
||||||
|
@ -728,7 +728,7 @@ process_put(struct sftp_conn *conn, char *src, char *dst, char *pwd,
|
||||||
|
|
||||||
resume |= global_aflag;
|
resume |= global_aflag;
|
||||||
if (!quiet && resume)
|
if (!quiet && resume)
|
||||||
printf("Resuming upload of %s to %s\n", g.gl_pathv[i],
|
printf("Resuming upload of %s to %s\n", g.gl_pathv[i],
|
||||||
abs_dst);
|
abs_dst);
|
||||||
else if (!quiet && !resume)
|
else if (!quiet && !resume)
|
||||||
printf("Uploading %s to %s\n", g.gl_pathv[i], abs_dst);
|
printf("Uploading %s to %s\n", g.gl_pathv[i], abs_dst);
|
||||||
|
|
Loading…
Reference in New Issue