:fixed client state transition bug

This commit is contained in:
Chris Busbey
2013-11-08 11:12:29 -06:00
committed by Chris Busbey
parent 04db842dcc
commit 778c72b9ed

View File

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