summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2001-02-18 01:33:31 +0000
committerps <ps@FreeBSD.org>2001-02-18 01:33:31 +0000
commit4abb31bd7db7d53dab767cc1c44276cc336257d9 (patch)
treea78bb1a68706991ffaa061d3c487a8ea066571d9
parent42c0a98dcdac782a9bfa7f28f5f3267aebf7dcf2 (diff)
downloadFreeBSD-src-4abb31bd7db7d53dab767cc1c44276cc336257d9.zip
FreeBSD-src-4abb31bd7db7d53dab767cc1c44276cc336257d9.tar.gz
Make ConnectionsPerPeriod non-fatal for real.
-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 8ef1f09..4f291a2 100644
--- a/crypto/openssh/servconf.c
+++ b/crypto/openssh/servconf.c
@@ -680,6 +680,7 @@ parse_flag:
break;
case sConnectionsPerPeriod:
+ (void)strdelim(&cp);
error("ConnectionsPerPeriod has been deprecated!");
break;
OpenPOWER on IntegriCloud