(dump_krb4): kludge default_realm
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7057 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -69,7 +69,7 @@ dump_krb4(krb5_context context, hdb_entry *ent, int fd)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strcmp(context->default_realm, ent->principal->realm) != 0)
|
if (strcmp(context->default_realms[0], ent->principal->realm) != 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
snprintf (buf, sizeof(buf), "%s %s ", name,
|
snprintf (buf, sizeof(buf), "%s %s ", name,
|
||||||
|
Reference in New Issue
Block a user