summaryrefslogtreecommitdiffstats
path: root/source/libsmb
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-03-17 10:22:13 +0000
committerGünther Deschner <gd@samba.org>2006-03-17 10:22:13 +0000
commit7270620c73dcd59ae9d207bc6c0136ba9fe9aef4 (patch)
treeb6c865d8501b5e50ce4b4c57ae06a27e4b2caed7 /source/libsmb
parent0e1fb4c0db791574b21252058978aa393dec4a14 (diff)
downloadsamba-7270620c73dcd59ae9d207bc6c0136ba9fe9aef4.tar.gz
samba-7270620c73dcd59ae9d207bc6c0136ba9fe9aef4.tar.xz
samba-7270620c73dcd59ae9d207bc6c0136ba9fe9aef4.zip
r14506: Remove remaining references to a KCM credential cache type.
Guenther
Diffstat (limited to 'source/libsmb')
-rw-r--r--source/libsmb/clikrb5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/clikrb5.c b/source/libsmb/clikrb5.c
index da3ef6a0e48..4943f67b776 100644
--- a/source/libsmb/clikrb5.c
+++ b/source/libsmb/clikrb5.c
@@ -426,7 +426,7 @@ static BOOL ads_cleanup_expired_creds(krb5_context context,
use memory ccaches, and a FILE one probably means that
we're using creds obtained outside of our exectuable
*/
- if (strequal(cc_type, "KCM") || strequal(cc_type, "FILE")) {
+ if (strequal(cc_type, "FILE")) {
DEBUG(5, ("ads_cleanup_expired_creds: We do not remove creds from a %s ccache\n", cc_type));
return False;
}