diff options
author | 2005-03-10 22:01:05 +0000 | |
---|---|---|
committer | 2005-03-10 22:01:05 +0000 | |
commit | 96dd1b33be3ae502fbf39f59d448abeddd6894e6 (patch) | |
tree | 28791c2a45055b9ab97e480be0a54c536a911040 /usr.bin/ssh/auth-options.c | |
parent | remove dead code, noted by ho@ (diff) | |
download | wireguard-openbsd-96dd1b33be3ae502fbf39f59d448abeddd6894e6.tar.xz wireguard-openbsd-96dd1b33be3ae502fbf39f59d448abeddd6894e6.zip |
spacing
Diffstat (limited to 'usr.bin/ssh/auth-options.c')
-rw-r--r-- | usr.bin/ssh/auth-options.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/auth-options.c b/usr.bin/ssh/auth-options.c index 04d12d66e48..829c37f1d9f 100644 --- a/usr.bin/ssh/auth-options.c +++ b/usr.bin/ssh/auth-options.c @@ -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.30 2005/03/10 22:01:05 deraadt Exp $"); #include "xmalloc.h" #include "match.h" @@ -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: " |