make compile
authorLove Hörnquist Åstrand <lha@kth.se>
Fri, 3 Jul 2009 04:27:09 +0000 (04:27 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Fri, 3 Jul 2009 04:27:09 +0000 (04:27 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25305 ec53bebd-3082-4978-b11e-865c3cabbd6b

kdc/krb5tgs.c

index 83d03fad3f391364f373012667bdced5efa87d7f..6b98506e81caa2cda4207be9481065f02bfe6cab 100644 (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) {