Am 19.06.22 um 19:03 schrieb Gert Doering:
Hi,
On Sun, Jun 19, 2022 at 11:38:17AM +0200, Arne Schwabe wrote:
#if EXTENDED_SOCKET_ERROR_CAPABILITY
/* if the OS supports it, enable extended error passing on the socket */
-set_sock_extended_error_passing(sock->sd);
+set_sock_exte
From: paolo
---
src/plugins/auth-pam/auth-pam.c | 21 +++--
1 file changed, 19 insertions(+), 2 deletions(-)
diff --git a/src/plugins/auth-pam/auth-pam.c b/src/plugins/auth-pam/auth-pam.c
index 70339445..f91a2f02 100644
--- a/src/plugins/auth-pam/auth-pam.c
+++ b/src/plugins/aut
From: paolo
---
src/plugins/auth-pam/auth-pam.c | 25 +
1 file changed, 21 insertions(+), 4 deletions(-)
diff --git a/src/plugins/auth-pam/auth-pam.c b/src/plugins/auth-pam/auth-pam.c
index 70339445..c2e66e5c 100644
--- a/src/plugins/auth-pam/auth-pam.c
+++ b/src/plugins
Acked-By: Frank Lichtenheld
I can confirm that this fixes issues seen with
./configure --enable-small --disable-debug --enable-werror
(compile tested on Debian 11 amd64, gcc 10.2.1)
The init.c change did not fix a warning for my compiler, but it looks correct
and might be a warning with differ
Acked-By: Frank Lichtenheld
Looks correct to me according to the code and the referenced commit.
Regards,
Frank Lichtenheld
> Martin Janů via Openvpn-devel hat am
> 10.06.2022 14:04 CEST geschrieben:
>
>
> The man pages reference a logging message which has been rephrased
> in ac1310528a