make compile
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25305 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user