Revert "Revert "Fix compile error for libzmq 4.2.1 and 4.2.2""

This commit is contained in:
Simon Giesecke 2017-10-10 13:42:50 +02:00 committed by GitHub
parent 4aa36ce296
commit af9a92e6a8

View File

@ -872,7 +872,7 @@ namespace zmq
on_event_handshake_failed(*event, address.c_str());
break;
case ZMQ_EVENT_HANDSHAKE_SUCCEED:
on_event_handshake_succeeded(*event, address.c_str());
on_event_handshake_succeed(*event, address.c_str());
break;
#endif
#endif