Re: [Openvpn-devel] [PATCH] options: Always define options->management_flags

2023-01-11 Thread Frank Lichtenheld
On Wed, Jan 11, 2023 at 12:02:14PM +0100, Arne Schwabe wrote: > Am 16.12.22 um 14:11 schrieb Frank Lichtenheld: > > On Mon, Dec 12, 2022 at 12:38:41PM +0100, Arne Schwabe wrote: > > > Am 27.11.22 um 15:25 schrieb Frank Lichtenheld: > > > > That makes it possible to remove several preprocessor > > >

Re: [Openvpn-devel] [PATCH] options: Always define options->management_flags

2023-01-11 Thread Arne Schwabe
Am 16.12.22 um 14:11 schrieb Frank Lichtenheld: On Mon, Dec 12, 2022 at 12:38:41PM +0100, Arne Schwabe wrote: Am 27.11.22 um 15:25 schrieb Frank Lichtenheld: That makes it possible to remove several preprocessor directives which is a good thing. The cost should be negligible. Acked-By: Arne S

Re: [Openvpn-devel] [PATCH] options: Always define options->management_flags

2022-12-16 Thread Frank Lichtenheld
On Mon, Dec 12, 2022 at 12:38:41PM +0100, Arne Schwabe wrote: > Am 27.11.22 um 15:25 schrieb Frank Lichtenheld: > > That makes it possible to remove several preprocessor > > directives which is a good thing. The cost should be > > negligible. > > Acked-By: Arne Schwabe > > In general the commit

[Openvpn-devel] [PATCH] options: Always define options->management_flags

2022-11-27 Thread Frank Lichtenheld
That makes it possible to remove several preprocessor directives which is a good thing. The cost should be negligible. Signed-off-by: Frank Lichtenheld --- src/openvpn/manage.h | 41 +++--- src/openvpn/options.c | 46 +-- s