summaryrefslogtreecommitdiff
path: root/kcm
diff options
context:
space:
mode:
authorLove Hörnquist Åstrand <lha@kth.se>2008-11-02 07:17:14 +0000
committerLove Hörnquist Åstrand <lha@kth.se>2008-11-02 07:17:14 +0000
commitc630fd2375aff6bba450769a956ac68df8fe9f86 (patch)
tree110ac27d141f13e6f2c8d121f418ab47cb41a2c1 /kcm
parenteceed3b5e29fb014e3a7ebbd2800dbf9c1591bb9 (diff)
switch to kcmuuid_t
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24019 ec53bebd-3082-4978-b11e-865c3cabbd6b
Diffstat (limited to 'kcm')
-rw-r--r--kcm/kcm_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcm/kcm_locl.h b/kcm/kcm_locl.h
index ef14b4d2a..b565d64eb 100644
--- a/kcm/kcm_locl.h
+++ b/kcm/kcm_locl.h
@@ -66,7 +66,7 @@ struct kcm_ccache_data;
struct kcm_creds;
struct kcm_creds {
- uuid_t uuid;
+ kcmuuid_t uuid;
krb5_creds cred;
struct kcm_creds *next;
};