Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add missing OC_PROTO_CSD flag to GP protocol
Should have been in "Add support for checking and submitting HIP reports" on 4 March 2018 (4e35d50)
  • Loading branch information
dlenski committed Aug 5, 2018
1 parent 2f270d2 commit 65de037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.c
Expand Up @@ -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,
Expand Down

0 comments on commit 65de037

Please sign in to comment.