Skip to content

Commit ebae0a2

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

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_succeeded(*event, address.c_str());
875+
on_event_handshake_succeed(*event, address.c_str());
876876
break;
877877
#endif
878878
#endif

0 commit comments

Comments
 (0)