0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 12:02:28 +02:00

tun.c: remove unused variable

Signed-off-by: Antonio Quartulli <antonio@openvpn.net>
Acked-by: Selva Nair <selva.nair@gmail.com>
Message-Id: <20210403155937.32330-1-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22014.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
Antonio Quartulli 2021-04-03 17:59:37 +02:00 committed by Gert Doering
parent 5ac8c3c7a2
commit 411fc52eb1

View File

@ -281,7 +281,6 @@ out:
static bool
do_set_mtu_service(const struct tuntap *tt, const short family, const int mtu)
{
DWORD len;
bool ret = false;
ack_message_t ack;
struct gc_arena gc = gc_new();