Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Antonio Quartulli <a@unstable.cc>
Message-Id: <
20220809072220.255-1-lstipakov@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24851.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
struct env_set *es,
openvpn_net_ctx_t *ctx)
{
- struct gc_arena gc = gc_new();
struct tuntap *tt;
ALLOC_OBJ(tt, struct tuntap);
do_ifconfig_setenv(tt, es);
}
- gc_free(&gc);
return tt;
}