Instead of removing the NoneEnabled option, mark it as unsupported.

(should have done this in r291198, but didn't think of it until now)
This commit is contained in:
Dag-Erling Smørgrav 2016-01-22 13:13:46 +00:00
parent 324636c328
commit 6f3513465d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294563

View File

@ -565,6 +565,7 @@ static struct {
{ "streamlocalbindunlink", sStreamLocalBindUnlink, SSHCFG_ALL },
{ "allowstreamlocalforwarding", sAllowStreamLocalForwarding, SSHCFG_ALL },
{ "fingerprinthash", sFingerprintHash, SSHCFG_GLOBAL },
{ "noneenabled", sUnsupported, SSHCFG_ALL },
{ "hpndisabled", sDeprecated, SSHCFG_ALL },
{ "hpnbuffersize", sDeprecated, SSHCFG_ALL },
{ "tcprcvbufpoll", sDeprecated, SSHCFG_ALL },