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 9f90437ca..8df6a6dfc 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.20 2001/08/30 20:36:34 stevesk Exp $"); 13RCSID("$OpenBSD: auth-options.c,v 1.21 2002/01/29 14:32:03 markus Exp $");
14 14
15#include "packet.h" 15#include "packet.h"
16#include "xmalloc.h" 16#include "xmalloc.h"
@@ -170,7 +170,7 @@ auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum)
170 if (strncasecmp(opts, cp, strlen(cp)) == 0) { 170 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
171 const char *remote_ip = get_remote_ipaddr(); 171 const char *remote_ip = get_remote_ipaddr();
172 const char *remote_host = get_canonical_hostname( 172 const char *remote_host = get_canonical_hostname(
173 options.reverse_mapping_check); 173 options.verify_reverse_mapping);
174 char *patterns = xmalloc(strlen(opts) + 1); 174 char *patterns = xmalloc(strlen(opts) + 1);
175 175
176 opts += strlen(cp); 176 opts += strlen(cp);