r294563 was incomplete; re-add the client-side options as well.

This commit is contained in:
Dag-Erling Smørgrav 2016-01-22 14:22:11 +00:00
parent 6f3513465d
commit 6362080245

View File

@ -286,6 +286,8 @@ static struct {
{ "hpnbuffersize", oDeprecated }, { "hpnbuffersize", oDeprecated },
{ "tcprcvbufpoll", oDeprecated }, { "tcprcvbufpoll", oDeprecated },
{ "tcprcvbuf", oDeprecated }, { "tcprcvbuf", oDeprecated },
{ "noneenabled", oUnsupported },
{ "noneswitch", oUnsupported },
{ "versionaddendum", oVersionAddendum }, { "versionaddendum", oVersionAddendum },
{ NULL, oBadOption } { NULL, oBadOption }