(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:
Assar Westerlund
1999-09-28 15:55:48 +00:00
parent 5266d14520
commit 16bf8173da

View File

@@ -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,