(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:
@@ -256,8 +256,8 @@ static OM_uint32 acquire_acceptor_cred
|
|||||||
if (kret)
|
if (kret)
|
||||||
goto end;
|
goto end;
|
||||||
krb5_kt_free_entry(context, &entry);
|
krb5_kt_free_entry(context, &entry);
|
||||||
}
|
|
||||||
ret = GSS_S_COMPLETE;
|
ret = GSS_S_COMPLETE;
|
||||||
|
}
|
||||||
|
|
||||||
end:
|
end:
|
||||||
if (ret != GSS_S_COMPLETE) {
|
if (ret != GSS_S_COMPLETE) {
|
||||||
|
Reference in New Issue
Block a user