mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
cifs.upcall: 2nd part of fix for Bug #6868: support building with Heimdal we well as with MIT.
Guenther
This commit is contained in:
parent
17caf63640
commit
660ee2e745
@ -105,7 +105,9 @@ err_endseq:
|
||||
err_ccstart:
|
||||
krb5_free_principal(context, principal);
|
||||
err_princ:
|
||||
#if defined(KRB5_TC_OPENCLOSE)
|
||||
krb5_cc_set_flags(context, ccache, KRB5_TC_OPENCLOSE);
|
||||
#endif
|
||||
krb5_cc_close(context, ccache);
|
||||
err_cache:
|
||||
krb5_free_context(context);
|
||||
|
Loading…
x
Reference in New Issue
Block a user