MFF: Make ConnectionsPerPeriod usage a warning, not fatal.

This commit is contained in:
Brian Feldman 2001-02-04 20:15:53 +00:00
parent a02f31364e
commit 895b03b1e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72020

View File

@ -680,7 +680,7 @@ read_server_config(ServerOptions *options, const char *filename)
break;
case sConnectionsPerPeriod:
fatal("ConnectionsPerPeriod has been deprecated.");
error("ConnectionsPerPeriod has been deprecated!");
break;
case sSubsystem: