Problem: unreachable code in zap_client_t

Solution: replaced unreachable code by assertions and adapted uses
This commit is contained in:
sigiesec
2017-08-17 12:54:05 +02:00
parent 7f15e6c868
commit f9985708b7
10 changed files with 45 additions and 74 deletions

View File

@@ -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);
};
}