From: Andreas Gnau Date: Sat, 23 May 2020 13:16:57 +0000 (+0200) Subject: nx: Set secure_cookie for NX X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=17ca69714b0c2debf13fb472c013022ccdca18aa;p=users%2Fdwmw2%2Fopenconnect.git nx: Set secure_cookie for NX Used for filtering log output in some places. Signed-off-by: Andreas Gnau --- diff --git a/library.c b/library.c index 727d1b55..3988e4b1 100644 --- a/library.c +++ b/library.c @@ -178,7 +178,8 @@ static const struct vpn_proto openconnect_protos[] = { .tcp_mainloop = ppp_mainloop, .add_http_headers = nx_common_headers, .obtain_cookie = nx_obtain_cookie, - }, { + .secure_cookie = "swap", + }, { .name = "pulse", .pretty_name = N_("Pulse Connect Secure"), .description = N_("Compatible with Pulse Connect Secure SSL VPN"),