Make ConnectionsPerPeriod non-fatal for real.

This commit is contained in:
Paul Saab 2001-02-18 01:33:31 +00:00
parent e821a4a78b
commit 8e97fe726f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72586

View File

@ -680,6 +680,7 @@ read_server_config(ServerOptions *options, const char *filename)
break;
case sConnectionsPerPeriod:
(void)strdelim(&cp);
error("ConnectionsPerPeriod has been deprecated!");
break;