summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
authordtucker <dtucker>2007-02-19 11:12:53 +0000
committerdtucker <dtucker>2007-02-19 11:12:53 +0000
commit5be38f0a43627e344c858ffbc2d714a75f1fc5fa (patch)
tree9d798b3a982d2a186dae62674b2b8673053c89e7 /readconf.c
parentabe0e821ad4e94658dd7e6c24d1d466f8223b44d (diff)
downloadopenssh-5be38f0a43627e344c858ffbc2d714a75f1fc5fa.tar.gz
- stevesk@cvs.openbsd.org 2007/01/21 01:45:35
[readconf.c] spaces
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.c b/readconf.c
index 10bdb4b4..2485146a 100644
--- a/readconf.c
+++ b/readconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.c,v 1.160 2007/01/17 23:22:52 dtucker Exp $ */
+/* $OpenBSD: readconf.c,v 1.161 2007/01/21 01:45:35 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -545,7 +545,7 @@ parse_yesnoask:
if (*intptr >= SSH_MAX_IDENTITY_FILES)
fatal("%.200s line %d: Too many identity files specified (max %d).",
filename, linenum, SSH_MAX_IDENTITY_FILES);
- charptr = &options->identity_files[*intptr];
+ charptr = &options->identity_files[*intptr];
*charptr = xstrdup(arg);
*intptr = *intptr + 1;
}