summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
authordtucker <dtucker>2005-03-14 12:08:50 +0000
committerdtucker <dtucker>2005-03-14 12:08:50 +0000
commitf572a0186a5d9bde87dc0c53785642eca41b3e41 (patch)
treed711866a7fc8dd134f9ce76fefe00c0f80ede81c /auth-options.c
parent08507217c4569818c712b66fb441475a1a7a4ab0 (diff)
downloadopenssh-f572a0186a5d9bde87dc0c53785642eca41b3e41.tar.gz
- deraadt@cvs.openbsd.org 2005/03/10 22:40:38
[auth-options.c] spacing
Diffstat (limited to 'auth-options.c')
-rw-r--r--auth-options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-options.c b/auth-options.c
index 829c37f1..a85e4083 100644
--- a/auth-options.c
+++ b/auth-options.c
@@ -10,7 +10,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-options.c,v 1.30 2005/03/10 22:01:05 deraadt Exp $");
+RCSID("$OpenBSD: auth-options.c,v 1.31 2005/03/10 22:40:38 deraadt Exp $");
#include "xmalloc.h"
#include "match.h"
@@ -247,7 +247,7 @@ auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum)
host = hpdelim(&p);
if (host == NULL || strlen(host) >= NI_MAXHOST) {
debug("%.100s, line %lu: Bad permitopen "
- "specification <%.100s>", file, linenum,
+ "specification <%.100s>", file, linenum,
patterns);
auth_debug_add("%.100s, line %lu: "
"Bad permitopen specification", file,