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:
des 2016-01-22 13:13:46 +00:00
parent f38c96c97d
commit 150b570cfa

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 },