diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2012-09-17 09:54:45 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2012-09-17 09:54:45 +0000 |
commit | e549cb2a0d66d1a306dc7a6032bcf554109f49a9 (patch) | |
tree | cc398ea231afbbde6772490f23f5d036a15205d3 /usr.bin/ssh | |
parent | 4454ad9a655656147ce20d54d0a8537c795c4034 (diff) |
an XXX for later
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/sftp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sftp.c b/usr.bin/ssh/sftp.c index 4964f79e6f7..0e683501268 100644 --- a/usr.bin/ssh/sftp.c +++ b/usr.bin/ssh/sftp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp.c,v 1.136 2012/06/22 14:36:33 dtucker Exp $ */ +/* $OpenBSD: sftp.c,v 1.137 2012/09/17 09:54:44 djm Exp $ */ /* * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> * @@ -1890,6 +1890,7 @@ interactive_loop(struct sftp_conn *conn, char *file1, char *file2) return (-1); } } else { + /* XXX this is wrong wrt quoting */ if (file2 == NULL) snprintf(cmd, sizeof cmd, "get %s", dir); else |