diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-04-20 09:26:43 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-04-20 09:26:43 +0000 |
commit | b36e10eee65d7c16534e96ccd2bd266061ed8da0 (patch) | |
tree | 9869fda56cd10a2b502411a5f15cd08fca560262 /crypto/openssh/servconf.c | |
parent | 640984ba48c506b8b878cb69f47fd19772038d31 (diff) | |
download | src-b36e10eee65d7c16534e96ccd2bd266061ed8da0.tar.gz src-b36e10eee65d7c16534e96ccd2bd266061ed8da0.zip |
1) Surprisingly, "CheckMail" handling code completely removed from this
version, so documented "CheckMail" option exists but does nothing.
Bring it back to life adding code back.
2) Cosmetique. Reduce number of args in do_setusercontext()
Notes
Notes:
svn path=/head/; revision=95119
Diffstat (limited to 'crypto/openssh/servconf.c')
-rw-r--r-- | crypto/openssh/servconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssh/servconf.c b/crypto/openssh/servconf.c index 8ba194d77121..1cf7f9d90e6d 100644 --- a/crypto/openssh/servconf.c +++ b/crypto/openssh/servconf.c @@ -110,6 +110,7 @@ initialize_server_options(ServerOptions *options) options->client_alive_count_max = -1; options->authorized_keys_file = NULL; options->authorized_keys_file2 = NULL; + options->check_mail = -1; } void |