]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
add missing OC_PROTO_CSD flag to GP protocol
authorDaniel Lenski <dlenski@gmail.com>
Sun, 5 Aug 2018 23:33:57 +0000 (16:33 -0700)
committerDaniel Lenski <dlenski@gmail.com>
Sun, 5 Aug 2018 23:34:56 +0000 (16:34 -0700)
Should have been in "Add support for checking and submitting HIP reports" on 4 March 2018 (4e35d505314ec0bb940fcadde25f540da38a2e11)

library.c

index b8c316ab554cd6b280f887dcbb4b69179389c6a0..415c3b9aa7ff91ce4be811acdd4ff2c53a9ee97b 100644 (file)
--- a/library.c
+++ b/library.c
@@ -147,7 +147,7 @@ const struct vpn_proto openconnect_protos[] = {
                .name = "gp",
                .pretty_name = N_("Palo Alto Networks GlobalProtect"),
                .description = N_("Compatible with Palo Alto Networks (PAN) GlobalProtect SSL VPN"),
-               .flags = OC_PROTO_PROXY | OC_PROTO_AUTH_CERT | OC_PROTO_AUTH_OTP | OC_PROTO_AUTH_STOKEN,
+               .flags = OC_PROTO_PROXY | OC_PROTO_CSD | OC_PROTO_AUTH_CERT | OC_PROTO_AUTH_OTP | OC_PROTO_AUTH_STOKEN,
                .vpn_close_session = gpst_bye,
                .tcp_connect = gpst_setup,
                .tcp_mainloop = gpst_mainloop,