heimdal Fix invalid format string

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:
Andrew Bartlett
2009-11-24 11:38:41 +11:00
committed by Love Hornquist Astrand
parent 41d657a159
commit 25a2ac726b

View File

@@ -1138,7 +1138,7 @@ tgs_parse_request(krb5_context context,
p = "<unparse_name failed>";
krb5_free_principal(context, princ);
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);
if (ret == 0)
free(p);