zeromq / zeromq4-x

ØMQ 4.x stable release branch - bug fixes only
GNU General Public License v3.0
458 stars 196 forks source link

Fix failed assertion for WSAENOTSOCK #84

Closed hintjens closed 10 years ago

hintjens commented 10 years ago

In de9eef306, the error number assigned to WSAENOTSOCK was EFAULT, but zmq.cpp:919 expects an ENOTSOCK in this case.