Re: [Openvpn-devel] [PATCH] Print lzo_init() return code in case of errors

2018-07-13 Thread Arne Schwabe
Am 13.07.18 um 10:19 schrieb Gert Doering: > This can help pinpointing what exactly went wrong in case of > init failures (library version mismatch, memory issues, ...) > > Signed-off-by: Gert Doering > --- > src/openvpn/lzo.c |6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) >

[Openvpn-devel] [PATCH] Print lzo_init() return code in case of errors

2018-07-13 Thread Gert Doering
This can help pinpointing what exactly went wrong in case of init failures (library version mismatch, memory issues, ...) Signed-off-by: Gert Doering --- src/openvpn/lzo.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/openvpn/lzo.c b/src/openvpn/lzo.c index