Skip to content
Snippets Groups Projects
Commit 0865a6f2 authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

windows: use WSAGetLastError(), not errno

setsockopt() doesn't touch errno on failure. Use WSAGetLastError()
instead.

This is a back-port of commit 30a8b44c from the master branch.
parent 399c3ef5
Branches v0.8
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment