MFF: Make ConnectionsPerPeriod usage a warning, not fatal.

This commit is contained in:
green 2001-02-04 20:15:53 +00:00
parent a1251a6e55
commit 8ae23e3ef8

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: