summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-01-05 16:30:16 +1100
committerDamien Miller <djm@mindrot.org>2007-01-05 16:30:16 +1100
commit80163907edd6a3c7c8de7a40ab9803528cd3acb7 (patch)
treeb4caadd3e5bdb860057727f082e6abaed892b093 /sftp.c
parent6c7439f963c04ddeedbb858c5f96647eea3c9360 (diff)
- stevesk@cvs.openbsd.org 2007/01/03 03:01:40
[auth2-chall.c channels.c dns.c sftp.c ssh-keygen.c ssh.c] spaces
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp.c b/sftp.c
index 990b0cbbd..c54333d82 100644
--- a/sftp.c
+++ b/sftp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp.c,v 1.94 2006/11/23 01:35:11 ray Exp $ */ 1/* $OpenBSD: sftp.c,v 1.95 2007/01/03 03:01:40 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> 3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
4 * 4 *
@@ -1566,7 +1566,7 @@ main(int argc, char **argv)
1566 fprintf(stderr, "Missing username\n"); 1566 fprintf(stderr, "Missing username\n");
1567 usage(); 1567 usage();
1568 } 1568 }
1569 addargs(&args, "-l%s",userhost); 1569 addargs(&args, "-l%s", userhost);
1570 } 1570 }
1571 1571
1572 if ((cp = colon(host)) != NULL) { 1572 if ((cp = colon(host)) != NULL) {