Re: [Openvpn-devel] [PATCH v2 4/4] Do not set pool netmask when nopool is set

2020-06-22 Thread Gert Doering
Hi, On Wed, Nov 13, 2019 at 06:07:02PM +0800, Tom Yan wrote: > The setting probably just slipped out of the if-block over rewrites. Possibly... so it makes sense to clean this up. Can you please re-send the patch to change *both* places where this occurs, helper.c line 348 and helper.c line 391?

[Openvpn-devel] [PATCH v2 4/4] Do not set pool netmask when nopool is set

2019-11-13 Thread Tom Yan
The setting probably just slipped out of the if-block over rewrites. --- src/openvpn/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/helper.c b/src/openvpn/helper.c index 6e2f0891..a36bc63a 100644 --- a/src/openvpn/helper.c +++ b/src/openvpn/helper.c @@ -35