From 782f228e50beb7f3a29a31e2915f60e81c7f466b Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 21 Nov 2017 17:11:18 +0100 Subject: [PATCH] test: fix test-udp-pings --- test/test-udp-pings.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test-udp-pings.c b/test/test-udp-pings.c index 0b76548..ee61a52 100644 --- a/test/test-udp-pings.c +++ b/test/test-udp-pings.c @@ -135,7 +135,6 @@ int main(void) { wsa_buf.buf = (char*) PING; wsa_buf.len = sizeof PING; r = WSASend(sock, &wsa_buf, 1, &bytes, 0, NULL, NULL); - we_set_win_error(0); assert(r >= 0); assert(bytes == sizeof PING);