summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Hund <heiko.hund@sophos.com>2014-01-17 16:30:38 +0100
committerGert Doering <gert@greenie.muc.de>2014-01-17 20:06:02 +0100
commit9853b14f0934f6e37600b186831fae3d5bad213f (patch)
tree0a59606cb3f18811cf5b13b0cf43576febb2421d
parent87b468d42811f0ca6f046b3a0335811370193514 (diff)
downloadopenvpn-9853b14f0934f6e37600b186831fae3d5bad213f.tar.gz
openvpn-9853b14f0934f6e37600b186831fae3d5bad213f.tar.xz
openvpn-9853b14f0934f6e37600b186831fae3d5bad213f.zip
convert struct signal_info element
This one place was forgotten when the elements type was changed from bool to int in the dual stack patch 23d61c56. Signed-off-by: Heiko Hund <heiko.hund@sophos.com> Acked-by: Arne Schwabe <arne@rfc2549.org> Message-Id: <1389972638-8006-2-git-send-email-heiko.hund@sophos.com> URL: http://article.gmane.org/gmane.network.openvpn.devel/8243 Signed-off-by: Gert Doering <gert@greenie.muc.de>
-rw-r--r--src/openvpn/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvpn/win32.c b/src/openvpn/win32.c
index f35c96b..7c89a5a 100644
--- a/src/openvpn/win32.c
+++ b/src/openvpn/win32.c
@@ -517,7 +517,7 @@ win32_signal_get (struct win32_signal *ws)
if (ret)
{
siginfo_static.signal_received = ret;
- siginfo_static.hard = true;
+ siginfo_static.source = SIG_SOURCE_HARD;
}
}
return ret;