make compile again.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20472 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-04-20 10:43:25 +00:00
parent 5285917f50
commit e802d28f7e

View File

@@ -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)