summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
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 d8976b172..0e146ab15 100644
--- a/auth-options.c
+++ b/auth-options.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: auth-options.c,v 1.27 2003/04/08 20:21:28 itojun Exp $"); 13RCSID("$OpenBSD: auth-options.c,v 1.28 2003/06/02 09:17:34 markus Exp $");
14 14
15#include "xmalloc.h" 15#include "xmalloc.h"
16#include "match.h" 16#include "match.h"
@@ -173,7 +173,7 @@ auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum)
173 if (strncasecmp(opts, cp, strlen(cp)) == 0) { 173 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
174 const char *remote_ip = get_remote_ipaddr(); 174 const char *remote_ip = get_remote_ipaddr();
175 const char *remote_host = get_canonical_hostname( 175 const char *remote_host = get_canonical_hostname(
176 options.verify_reverse_mapping); 176 options.use_dns);
177 char *patterns = xmalloc(strlen(opts) + 1); 177 char *patterns = xmalloc(strlen(opts) + 1);
178 178
179 opts += strlen(cp); 179 opts += strlen(cp);