Problem: assert used for ZAP error handling aborts process.

This commit is contained in:
evoskuil
2017-03-29 10:43:56 -07:00
parent a6d03df37d
commit f44300cb00
9 changed files with 100 additions and 55 deletions

View File

@@ -83,8 +83,8 @@ namespace zmq
int process_hello (msg_t *msg_);
int process_initiate (msg_t *msg_);
void send_zap_request (const std::string &username,
const std::string &password);
int send_zap_request(const std::string &username,
const std::string &password);
int receive_and_process_zap_reply ();
};