heimdal Fix invalid format string
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
41d657a159
commit
25a2ac726b
@@ -1138,7 +1138,7 @@ tgs_parse_request(krb5_context context,
|
|||||||
p = "<unparse_name failed>";
|
p = "<unparse_name failed>";
|
||||||
krb5_free_principal(context, princ);
|
krb5_free_principal(context, princ);
|
||||||
kdc_log(context, config, 0,
|
kdc_log(context, config, 0,
|
||||||
"Ticket-granting ticket not found in database: %s: %s", msg);
|
"Ticket-granting ticket not found in database: %s", msg);
|
||||||
krb5_free_error_message(context, msg);
|
krb5_free_error_message(context, msg);
|
||||||
if (ret == 0)
|
if (ret == 0)
|
||||||
free(p);
|
free(p);
|
||||||
|
Reference in New Issue
Block a user