mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +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;
|
||||
}
|
||||
|
||||
if (security_context_established) {
|
||||
state = connected;
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (state != call_next_init) {
|
||||
errno = EAGAIN;
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user