fix pointer error

This commit is contained in:
Luke Howard
2011-05-14 18:01:47 +02:00
parent 88e3968a9e
commit 9d0a97c022

View File

@@ -88,7 +88,7 @@ gss_acquire_cred_with_password(OM_uint32 *minor_status,
HEIM_SLIST_INSERT_HEAD(&new_cred->gc_mc, mc, gmc_link);
}
gss_release_cred(&tmp_minor, &tmp_cred);
gss_release_cred(&tmp_minor, (gss_cred_id_t *)&tmp_cred);
}
if (!HEIM_SLIST_FIRST(&new_cred->gc_mc)) {