mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
Problem: unreachable code in zap_client_t
Solution: replaced unreachable code by assertions and adapted uses
This commit is contained in:
@@ -62,8 +62,8 @@ namespace zmq
|
||||
int process_hello (msg_t *msg_);
|
||||
int process_initiate (msg_t *msg_);
|
||||
|
||||
int send_zap_request(const std::string &username,
|
||||
const std::string &password);
|
||||
void send_zap_request (const std::string &username,
|
||||
const std::string &password);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user