make compile

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25305 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-07-03 04:27:09 +00:00
parent 5136167f15
commit 8e2e176812

View File

@@ -501,7 +501,7 @@ check_constrained_delegation(krb5_context context,
int i;
/* if client delegates to itself, that ok */
if (krb5_principal_compare(context, client->principal, server) == TRUE)
if (krb5_principal_compare(context, client->entry.principal, server) == TRUE)
return 0;
if (clientdb->hdb_check_constrained_delegation) {