diff --git a/protocol/types.go b/protocol/types.go index e3473f35c56fc54faf3bea17a924e616448dee56..a0d8e33b75162b66f67176e19bf3e8a88aef1837 100644 --- a/protocol/types.go +++ b/protocol/types.go @@ -43,7 +43,7 @@ const ( HTTP_TUNNEL_REDIR_DISABLE_ALL = 0x40000000 HTTP_TUNNEL_REDIR_DISABLE_DRIVE = 0x01 HTTP_TUNNEL_REDIR_DISABLE_PRINTER = 0x02 - HTTP_TUNNEL_REDIR_DISABLE_PORT = 0x03 + HTTP_TUNNEL_REDIR_DISABLE_PORT = 0x04 HTTP_TUNNEL_REDIR_DISABLE_CLIPBOARD = 0x08 HTTP_TUNNEL_REDIR_DISABLE_PNP = 0x10 )