krb5tgs: use string representation in logs

Found by binary printouts in logs.

Signed-off-by: Isaac Boukris <iboukris@gmail.com>
This commit is contained in:
Isaac Boukris
2018-07-25 19:59:47 +03:00
committed by Nicolas Williams
parent 751f561604
commit 30d16fd151

View File

@@ -1648,7 +1648,7 @@ server_lookup:
NULL, NULL, &server);
if (ret == HDB_ERR_NOT_FOUND_HERE) {
kdc_log(context, config, 5, "target %s does not have secrets at this KDC, need to proxy", sp);
kdc_log(context, config, 5, "target %s does not have secrets at this KDC, need to proxy", spn);
goto out;
} else if (ret == HDB_ERR_WRONG_REALM) {
free(ref_realm);