From: David Sommerseth
If down-root fails it will now use warn() to provide some more information
about what went wrong, by retrieving the error message via errno.
Signed-off-by: David Sommerseth
---
src/plugins/down-root/down-root.c | 52 +++
1 file changed
Add missing #define for IPV6_V6ONLY sockopt.
Fix last remaining fallout of dual-stack patch set in connect() call
for "not CONNECT_NONBLOCK" case.
Signed-off-by: Gert Doering
---
src/openvpn/socket.c | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/openvpn/soc
ACK. Tested in client and server mode on a Win7-VM.
Your patch has been applied to the master branch.
commit 78b8fc720b6e6c31a889e4efaa28dbbc31da65ea (master)
Author: Heiko Hund
List-Post: openvpn-devel@lists.sourceforge.net
Date: Sat Nov 15 17:25:07 2014 +0100
fix compilation on Window
Your patch has been applied to the master branch.
commit a2466d9e6c78c57d579a1fa99c8554eabb9dbe44
Author: Heiko Hund
List-Post: openvpn-devel@lists.sourceforge.net
Date: Sat Nov 15 17:25:08 2014 +0100
fix warnings on Windows
Signed-off-by: Heiko Hund
Acked-by: Gert Doering
ACK. Tested in client and server mode on a Win7-VM.
Your patch has been applied to the master branch.
commit 78b8fc720b6e6c31a889e4efaa28dbbc31da65ea (master)
Author: Heiko Hund
List-Post: openvpn-devel@lists.sourceforge.net
Date: Sat Nov 15 17:25:07 2014 +0100
fix compilation on Window