Skip to content

Commit 8ec71c1

Browse files
authored
Revert "Fix compile error for libzmq 4.2.1 and 4.2.2 (#161)"
This reverts commit a1000a0.
1 parent a1000a0 commit 8ec71c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zmq.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ namespace zmq
872872
on_event_handshake_failed(*event, address.c_str());
873873
break;
874874
case ZMQ_EVENT_HANDSHAKE_SUCCEED:
875-
on_event_handshake_succeed(*event, address.c_str());
875+
on_event_handshake_succeeded(*event, address.c_str());
876876
break;
877877
#endif
878878
#endif

0 commit comments

Comments
 (0)