]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix compilation on Windows
authorHeiko Hund <heiko.hund@sophos.com>
Sat, 15 Nov 2014 16:25:07 +0000 (17:25 +0100)
committerGert Doering <gert@greenie.muc.de>
Mon, 17 Nov 2014 20:15:12 +0000 (21:15 +0100)
commit78b8fc720b6e6c31a889e4efaa28dbbc31da65ea
treee59a6f9e9c7d3f08279fb5c080c7390875f1b1b3
parent13b2313ace9797fc6b6ba8980ae592c930e16ee9
Fix compilation on Windows

The local member in struct link_socket_address went away a while ago.
Fixing the code to compile again under Windows. While there, also
fix the code to deal with struct link_socket_info.af == AF_UNSPEC

(The breakage this fixes was introduced by the dual-stack socket
rework, most likely commit 6c5db192c30ff0c6b89e2e0aefec00329de39302)

Signed-off-by: Heiko Hund <heiko.hund@sophos.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1416068708-6871-1-git-send-email-heiko.hund@sophos.com>
URL: http://article.gmane.org/gmane.network.openvpn.devel/9228
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/socket.c