Don't print realm, its probably NULL anyway.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21675 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -74,8 +74,6 @@ krb5_kdc_set_dbinfo(krb5_context context, struct krb5_kdc_configuration *c)
|
|||||||
|
|
||||||
kdc_log(context, c, 0, "label: %s",
|
kdc_log(context, c, 0, "label: %s",
|
||||||
hdb_dbinfo_get_label(context, d));
|
hdb_dbinfo_get_label(context, d));
|
||||||
kdc_log(context, c, 0, "\trealm: %s",
|
|
||||||
hdb_dbinfo_get_realm(context, d));
|
|
||||||
kdc_log(context, c, 0, "\tdbname: %s",
|
kdc_log(context, c, 0, "\tdbname: %s",
|
||||||
hdb_dbinfo_get_dbname(context, d));
|
hdb_dbinfo_get_dbname(context, d));
|
||||||
kdc_log(context, c, 0, "\tmkey_file: %s",
|
kdc_log(context, c, 0, "\tmkey_file: %s",
|
||||||
|
Reference in New Issue
Block a user