From e802d28f7ead33f21c204a6be7f3c1b20a659eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 20 Apr 2007 10:43:25 +0000 Subject: [PATCH] make compile again. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20472 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kcm/acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcm/acl.c b/kcm/acl.c index 94cf111ab..3cdff9840 100644 --- a/kcm/acl.c +++ b/kcm/acl.c @@ -99,7 +99,7 @@ kcm_access(krb5_context context, mask |= S_IRUSR; if (write_p) mask |= S_IWUSR; - } else if (client->gid == ccache->gid || CLIENT_IS_ROOT(client->uid)) { + } else if (client->gid == ccache->gid || CLIENT_IS_ROOT(client)) { if (read_p) mask |= S_IRGRP; if (write_p)