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