Revert "Fix compile error for libzmq 4.2.1 and 4.2.2 (#161)"

This reverts commit a1000a0dd6e6f56cd558fbe08143cda79f79abfc.
This commit is contained in:
Simon Giesecke 2017-10-09 16:10:44 +02:00 committed by GitHub
parent a1000a0dd6
commit 8ec71c146a

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