mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 19:52:00 +01:00
Problem: plain_server_t duplicates zap_client_t::send_zap_request
Solution: Use zap_client_t::send_zap_request
This commit is contained in:
@@ -194,7 +194,7 @@ zmq::mechanism_t::status_t zmq::null_mechanism_t::status () const
|
||||
|
||||
int zmq::null_mechanism_t::send_zap_request ()
|
||||
{
|
||||
return zap_client.send_zap_request ("NULL", 4, NULL, 0);
|
||||
return zap_client.send_zap_request ("NULL", 4, NULL, NULL, 0);
|
||||
}
|
||||
|
||||
int zmq::null_mechanism_t::receive_and_process_zap_reply ()
|
||||
|
||||
Reference in New Issue
Block a user