Merge pull request #162 from sigiesec/revert-161-patch

Revert "Fix compile error for libzmq 4.2.1 and 4.2.2"
This commit is contained in:
Luca Boccassi 2017-10-09 15:22:03 +01:00 committed by GitHub
commit 4aa36ce296

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_succeed(*event, address.c_str());
on_event_handshake_succeeded(*event, address.c_str());
break;
#endif
#endif