diff options
| -rw-r--r-- | crypto/openssh/servconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssh/servconf.c b/crypto/openssh/servconf.c index 8ef1f09a48ba..4f291a2ccd9a 100644 --- a/crypto/openssh/servconf.c +++ b/crypto/openssh/servconf.c @@ -680,6 +680,7 @@ parse_flag: break; case sConnectionsPerPeriod: + (void)strdelim(&cp); error("ConnectionsPerPeriod has been deprecated!"); break; |
