diff options
| author | Paul Saab <ps@FreeBSD.org> | 2001-02-18 01:33:31 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2001-02-18 01:33:31 +0000 |
| commit | 8e97fe726fcff77ef3b32fcc67f1f21918039f6c (patch) | |
| tree | 33a6c3816b1df980dcf673d889103b123880337f | |
| parent | e821a4a78b047b532d9ab73937b6e13a5ac9bb0e (diff) | |
Notes
| -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; |
