From dd4ed63ff52ce69f45e9426cec0515d11eeae2a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 16 Nov 2008 21:12:52 +0000 Subject: [PATCH] fix uuid git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24044 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/kcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/kcm.c b/lib/krb5/kcm.c index 1149a6ac7..370456fb9 100644 --- a/lib/krb5/kcm.c +++ b/lib/krb5/kcm.c @@ -648,7 +648,7 @@ kcm_get_first (krb5_context context, while (1) { ssize_t sret; - uuid_t uuid; + kcmuuid_t uuid; void *ptr; sret = krb5_storage_read(response, &uuid, sizeof(uuid));