diff options
-rw-r--r-- | crypto/openssh/servconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/servconf.c b/crypto/openssh/servconf.c index 928db29..8ef1f09 100644 --- a/crypto/openssh/servconf.c +++ b/crypto/openssh/servconf.c @@ -680,7 +680,7 @@ parse_flag: break; case sConnectionsPerPeriod: - fatal("ConnectionsPerPeriod has been deprecated."); + error("ConnectionsPerPeriod has been deprecated!"); break; case sSubsystem: |