Make compile again.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21461 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-07-10 14:01:13 +00:00
parent db04084fb8
commit 05e5153afc

View File

@@ -559,9 +559,9 @@ acceptor_start
mech_output_token.length = 0;
mech_buf.value = NULL;
if (input_token_buffer->length == 0) {
if (input_token_buffer->length == 0)
return send_supported_mechs (minor_status, output_token);
ret = _gss_spnego_alloc_sec_context(minor_status, context_handle);
if (ret != GSS_S_COMPLETE)
return ret;