Skip to content

Commit

Permalink
Revert "Revert "Fix compile error for libzmq 4.2.1 and 4.2.2""
Browse files Browse the repository at this point in the history
  • Loading branch information
sigiesec authored Oct 10, 2017
1 parent 4aa36ce commit af9a92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ namespace zmq
on_event_handshake_failed(*event, address.c_str());
break;
case ZMQ_EVENT_HANDSHAKE_SUCCEED:
on_event_handshake_succeeded(*event, address.c_str());
on_event_handshake_succeed(*event, address.c_str());
break;
#endif
#endif
Expand Down

0 comments on commit af9a92e

Please sign in to comment.