aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/servconf.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-04-20 09:26:43 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-04-20 09:26:43 +0000
commitb36e10eee65d7c16534e96ccd2bd266061ed8da0 (patch)
tree9869fda56cd10a2b502411a5f15cd08fca560262 /crypto/openssh/servconf.c
parent640984ba48c506b8b878cb69f47fd19772038d31 (diff)
downloadsrc-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.c1
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