diff options
author | Damien Miller <djm@mindrot.org> | 2002-02-05 02:13:41 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-02-05 02:13:41 +0100 |
commit | c5d8635d6a9425289bd0cbfa83b90a4e42e6a72a (patch) | |
tree | 9a431368be8d4ee5e8742c44870b34a3dfd457f7 /servconf.h | |
parent | - markus@cvs.openbsd.org 2002/01/29 14:27:57 (diff) | |
download | openssh-c5d8635d6a9425289bd0cbfa83b90a4e42e6a72a.tar.xz openssh-c5d8635d6a9425289bd0cbfa83b90a4e42e6a72a.zip |
- markus@cvs.openbsd.org 2002/01/29 14:32:03
[auth2.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c canohost.c servconf.c servconf.h session.c sshd.8 sshd_config]
s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.h b/servconf.h index 463a16dad..911725583 100644 --- a/servconf.h +++ b/servconf.h @@ -11,7 +11,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: servconf.h,v 1.52 2002/01/27 14:57:46 stevesk Exp $"); */ +/* RCSID("$OpenBSD: servconf.h,v 1.53 2002/01/29 14:32:03 markus Exp $"); */ #ifndef SERVCONF_H #define SERVCONF_H @@ -116,7 +116,7 @@ typedef struct { int max_startups_rate; int max_startups; char *banner; /* SSH-2 banner message */ - int reverse_mapping_check; /* cross-check ip and dns */ + int verify_reverse_mapping; /* cross-check ip and dns */ int client_alive_interval; /* * poke the client this often to * see if it's still there |