From 4ff39ca5b3fd48c54024ac79a4bacb74c9969b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 2 Nov 2008 07:16:53 +0000 Subject: [PATCH] switch to kcmuuid_t git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24017 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kcm/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcm/protocol.c b/kcm/protocol.c index db3d0d211..362700767 100644 --- a/kcm/protocol.c +++ b/kcm/protocol.c @@ -472,7 +472,7 @@ kcm_op_get_next(krb5_context context, kcm_ccache ccache; char *name; struct kcm_creds *c; - uuid_t uuid; + kcmuuid_t uuid; ssize_t sret; ret = krb5_ret_stringz(request, &name);