Reset minor_status to 0.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23431 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-07-26 18:41:36 +00:00
parent 9ca267f328
commit d847a7a67f

View File

@@ -301,7 +301,7 @@ send_error_token(OM_uint32 *minor_status,
if (ret)
return ret;
*minor_status = kret;
*minor_status = 0;
return GSS_S_CONTINUE_NEEDED;
}