From 890f83e05fe0e25f4d454da029b08c966ceeb0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 6 May 2006 06:21:38 +0000 Subject: [PATCH] Multicache kcm interation isn't done yet, let wait with this enum. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17465 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kcm/acl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kcm/acl.c b/kcm/acl.c index 1f5f82210..dc13e0df6 100644 --- a/kcm/acl.c +++ b/kcm/acl.c @@ -57,7 +57,6 @@ kcm_access(krb5_context context, case KCM_OP_CHMOD: case KCM_OP_GET_INITIAL_TICKET: case KCM_OP_GET_TICKET: - case KCM_OP_CC_SET_DEFAULT: write_p = 1; read_p = 0; break;