From 17663ac7d3335858a67e43f1c58b8e69528700ad Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 12 Nov 2020 15:55:31 +0100 Subject: [PATCH] do_https_request: removed unused assignment Signed-off-by: Nikos Mavrogiannopoulos --- http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.c b/http.c index 04b3dcea..b87fade1 100644 --- a/http.c +++ b/http.c @@ -1056,7 +1056,7 @@ int do_https_request(struct openconnect_info *vpninfo, const char *method, rq_retry = 1; } else { rq_retry = 0; - if ((result = openconnect_open_https(vpninfo))) { + if ((openconnect_open_https(vpninfo))) { vpn_progress(vpninfo, PRG_ERR, _("Failed to open HTTPS connection to %s\n"), vpninfo->hostname); -- 2.49.0