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.h...@sophos.com> --- src/openvpn/win32.c | 2 +- 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; -- 1.7.9