Skip to content

Commit 4aa36ce

Browse files
authored
Merge pull request #162 from sigiesec/revert-161-patch
Revert "Fix compile error for libzmq 4.2.1 and 4.2.2"
2 parents a1000a0 + 8ec71c1 commit 4aa36ce

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)