diff --git a/zmq.hpp b/zmq.hpp index f3d76fe..2b6692f 100644 --- a/zmq.hpp +++ b/zmq.hpp @@ -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