]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth-options.c
http://www.sxw.org.uk/computing/patches/openssh-4.2p1-gsskex-20050926-2.patch
[gssapi-openssh.git] / openssh / auth-options.c
index 04d12d66e48cb359405a58cd04558f2681bc5729..a85e408359eeb96d866e5ea57c4780ffb25f9213 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-options.c,v 1.29 2005/03/01 10:09:52 djm 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,
@@ -255,8 +255,8 @@ auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum)
                                xfree(patterns);
                                goto bad_option;
                        }
-                       host = cleanhostname(host);
-                       if (p == NULL || (port = a2port(p)) == 0) {
+                       host = cleanhostname(host);
+                       if (p == NULL || (port = a2port(p)) == 0) {
                                debug("%.100s, line %lu: Bad permitopen port "
                                    "<%.100s>", file, linenum, p ? p : "");
                                auth_debug_add("%.100s, line %lu: "
This page took 0.039159 seconds and 4 git commands to generate.