fix uuid
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24044 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -648,7 +648,7 @@ kcm_get_first (krb5_context context,
|
|||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
ssize_t sret;
|
ssize_t sret;
|
||||||
uuid_t uuid;
|
kcmuuid_t uuid;
|
||||||
void *ptr;
|
void *ptr;
|
||||||
|
|
||||||
sret = krb5_storage_read(response, &uuid, sizeof(uuid));
|
sret = krb5_storage_read(response, &uuid, sizeof(uuid));
|
||||||
|
Reference in New Issue
Block a user