diff options
author | Günther Deschner <gd@samba.org> | 2009-11-25 15:06:19 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-11-25 17:58:52 +0100 |
commit | 660ee2e74523194e5f6b2b6428d76628beb74717 (patch) | |
tree | 726ce62909dab2c65ee14478b2e66efa21c5548f | |
parent | 17caf63640b344aec304eca9cc527f32f88ae308 (diff) | |
download | samba-660ee2e74523194e5f6b2b6428d76628beb74717.tar.gz samba-660ee2e74523194e5f6b2b6428d76628beb74717.tar.bz2 samba-660ee2e74523194e5f6b2b6428d76628beb74717.zip |
cifs.upcall: 2nd part of fix for Bug #6868: support building with Heimdal we well as with MIT.
Guenther
-rw-r--r-- | client/cifs.upcall.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/cifs.upcall.c b/client/cifs.upcall.c index d3ff5f17a2..063e4237f4 100644 --- a/client/cifs.upcall.c +++ b/client/cifs.upcall.c @@ -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); |