MFF: Make ConnectionsPerPeriod usage a warning, not fatal.
This commit is contained in:
parent
a1251a6e55
commit
8ae23e3ef8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user