summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/servconf.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-04-20 09:26:43 +0000
committerache <ache@FreeBSD.org>2002-04-20 09:26:43 +0000
commita9f47835a092aeed527114bab11b759e9ac4410a (patch)
tree9869fda56cd10a2b502411a5f15cd08fca560262 /crypto/openssh/servconf.c
parentb1b786a07b6a165ea19265fbc3a187e3be31280d (diff)
downloadFreeBSD-src-a9f47835a092aeed527114bab11b759e9ac4410a.zip
FreeBSD-src-a9f47835a092aeed527114bab11b759e9ac4410a.tar.gz
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()
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 8ba194d..1cf7f9d 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
OpenPOWER on IntegriCloud