From 3919a7e0558db42961e8112dad42371a890fdc8e Mon Sep 17 00:00:00 2001 From: bolkedebruin <bolkedebruin@users.noreply.github.com> Date: Mon, 18 Jan 2021 09:34:25 +0100 Subject: [PATCH] Update types.go HTTP_TUNNEL_REDIR_DISABLE_PORT should be 0x04 --- protocol/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/types.go b/protocol/types.go index e3473f3..a0d8e33 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 ) -- GitLab