summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 12:03:53 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 12:03:53 +1100
commit2ecb6bd95d1f7d47d6071614be99339b290771e0 (patch)
tree8647de5c330dafbabf9cd9781c2bcdc2d6e4d425 /ssh.c
parentec04f360eb56a75e5f12393e80bc9ca39eacd5e8 (diff)
- djm@cvs.openbsd.org 2006/03/12 04:23:07
[ssh.c] knf nit
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index e2e7ab329..6f185b4a7 100644
--- a/ssh.c
+++ b/ssh.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: ssh.c,v 1.265 2006/02/22 00:04:45 stevesk Exp $"); 43RCSID("$OpenBSD: ssh.c,v 1.266 2006/03/12 04:23:07 djm Exp $");
44 44
45#include <sys/types.h> 45#include <sys/types.h>
46#ifdef HAVE_SYS_STAT_H 46#ifdef HAVE_SYS_STAT_H
@@ -254,7 +254,7 @@ main(int ac, char **av)
254 /* Parse command-line arguments. */ 254 /* Parse command-line arguments. */
255 host = NULL; 255 host = NULL;
256 256
257again: 257 again:
258 while ((opt = getopt(ac, av, 258 while ((opt = getopt(ac, av,
259 "1246ab:c:e:fgi:kl:m:no:p:qstvxACD:F:I:L:MNO:PR:S:TVw:XY")) != -1) { 259 "1246ab:c:e:fgi:kl:m:no:p:qstvxACD:F:I:L:MNO:PR:S:TVw:XY")) != -1) {
260 switch (opt) { 260 switch (opt) {