Skip to content

Commit

Permalink
dtls_detect_mtu: removed unnecessary initialization
Browse files Browse the repository at this point in the history
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
  • Loading branch information
Nikos Mavrogiannopoulos authored and nmav committed Nov 17, 2020
1 parent e9e0ae5 commit b65c2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtls.c
Expand Up @@ -682,7 +682,7 @@ static int probe_mtu(struct openconnect_info *vpninfo, unsigned char *buf)

void dtls_detect_mtu(struct openconnect_info *vpninfo)
{
int mtu = vpninfo->ip_info.mtu;
int mtu;
int prev_mtu = vpninfo->ip_info.mtu;
unsigned char *buf;

Expand Down

0 comments on commit b65c2be

Please sign in to comment.