Commit 778c72b9 authored by Chris Busbey's avatar Chris Busbey Committed by Chris Busbey

:fixed client state transition bug

parent 04db842d
...@@ -62,11 +62,6 @@ int zmq::gssapi_client_t::next_handshake_command (msg_t *msg_) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment