[Openvpn-devel] [PATCH] tun.c: remove unused gc_arena from init_tun()

2022-08-09 Thread Lev Stipakov
From: Lev Stipakov Signed-off-by: Lev Stipakov --- src/openvpn/tun.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c index 54f7d72c..f3152a52 100644 --- a/src/openvpn/tun.c +++ b/src/openvpn/tun.c @@ -745,7 +745,6 @@ init_tun(const char *dev,/*

Re: [Openvpn-devel] [PATCH] tun.c: remove unused gc_arena from init_tun()

2022-08-09 Thread Antonio Quartulli
Hi, On 09/08/2022 09:22, Lev Stipakov wrote: From: Lev Stipakov Signed-off-by: Lev Stipakov This gc thing is indeed unused and can go. Acked-by: Antonio Quartulli --- src/openvpn/tun.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c index 54

[Openvpn-devel] [PATCH applied] Re: tun.c: remove unused gc_arena from init_tun()

2022-08-09 Thread Gert Doering
Your patch has been applied to the master branch. Good catch. No idea when and why we lost the users of this... commit 0585a4bf1a5ba9cf2051a7d65ac0628bf7164299 Author: Lev Stipakov Date: Tue Aug 9 10:22:20 2022 +0300 tun.c: remove unused gc_arena from init_tun() Signed-off-by: Lev