(acquire_acceptor_cred): don't claim everything is well on failure.

From Phil Fisher.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21221 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-20 08:42:10 +00:00
parent 2fb7dea295
commit 717464b9fa

View File

@@ -256,8 +256,8 @@ static OM_uint32 acquire_acceptor_cred
if (kret)
goto end;
krb5_kt_free_entry(context, &entry);
ret = GSS_S_COMPLETE;
}
ret = GSS_S_COMPLETE;
end:
if (ret != GSS_S_COMPLETE) {