mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
:fixed client state transition bug
This commit is contained in:
committed by
Chris Busbey
parent
04db842dcc
commit
778c72b9ed
@@ -62,11 +62,6 @@ int zmq::gssapi_client_t::next_handshake_command (msg_t *msg_)
|
|||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (security_context_established) {
|
|
||||||
state = connected;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (state != call_next_init) {
|
if (state != call_next_init) {
|
||||||
errno = EAGAIN;
|
errno = EAGAIN;
|
||||||
return -1;
|
return -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user