mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
MFF: Make ConnectionsPerPeriod usage a warning, not fatal.
This commit is contained in:
parent
a02f31364e
commit
895b03b1e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72020
@ -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