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:

committed by
Nicolas Williams

parent
751f561604
commit
30d16fd151
@@ -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);
|
||||
|
Reference in New Issue
Block a user