]> andersk Git - openssh.git/blobdiff - auth-options.c
- deraadt@cvs.openbsd.org 2005/03/10 22:40:38
[openssh.git] / auth-options.c
index 829c37f1d9fdc1a19a2f77017741e10939aae2dd..a85e408359eeb96d866e5ea57c4780ffb25f9213 100644 (file)
@@ -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,
This page took 0.057774 seconds and 4 git commands to generate.