[Openvpn-devel] [PATCH] fix typo in help text: --ignore-unknown-option

2023-04-17 Thread Frank Lichtenheld
From: Michael Nix Signed-off-by: Frank Lichtenheld --- src/openvpn/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 3914ab23..f5b09ab7 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -248,7 +248,7

[Openvpn-devel] [PATCH] Fix compile error on TARGET_ANDROID

2023-04-17 Thread Arne Schwabe
Commit 3132bead49 accidentially was submitted with a missing semicolon at the end of the line. Whoops. Signed-off-by: Arne Schwabe --- src/openvpn/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/socket.c b/src/openvpn/socket.c index ab8cc754..fc643c1c 100

Re: [Openvpn-devel] [PATCH] Fix compile error on TARGET_ANDROID

2023-04-17 Thread Arne Schwabe
Am 17.04.23 um 15:40 schrieb Arne Schwabe: Commit 3132bead49 accidentially was submitted with a missing semicolon at the end of the line. Whoops. Signed-off-by: Arne Schwabe --- src/openvpn/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/socket.c b/sr