From: Daniel Lenski Date: Wed, 20 May 2020 01:46:15 +0000 (-0700) Subject: remove vestigial copy/pasted bits from F5/Fortinet X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=55b6d7ff11f886f45b435488198b6cd9ed7c16a1;p=users%2Fdwmw2%2Fopenconnect.git remove vestigial copy/pasted bits from F5/Fortinet Signed-off-by: Daniel Lenski --- diff --git a/f5.c b/f5.c index 9a9ffb5b..baaeeaa8 100644 --- a/f5.c +++ b/f5.c @@ -436,11 +436,6 @@ int f5_connect(struct openconnect_info *vpninfo) } buf_free(reqbuf); - free(vpninfo->cstp_pkt); - vpninfo->cstp_pkt = NULL; - - vpninfo->ip_info.mtu = 1400; - return ret; } diff --git a/fortinet.c b/fortinet.c index 79ca38ec..be0d20fa 100644 --- a/fortinet.c +++ b/fortinet.c @@ -325,11 +325,6 @@ int fortinet_connect(struct openconnect_info *vpninfo) buf_free(reqbuf); free(res_buf); - free(vpninfo->cstp_pkt); - vpninfo->cstp_pkt = NULL; - - vpninfo->ip_info.mtu = 1400; - return ret; }