kdc: Quiet warnings re: debug logging
This commit is contained in:
@@ -1051,8 +1051,9 @@ next_kvno:
|
|||||||
} else if (ret) {
|
} else if (ret) {
|
||||||
char *str = NULL, *p = NULL;
|
char *str = NULL, *p = NULL;
|
||||||
|
|
||||||
krb5_enctype_to_string(r->context, ap_req.ticket.enc_part.etype, &str);
|
/* We should implement the MIT `trace_format()' concept */
|
||||||
krb5_unparse_name(r->context, princ, &p);
|
(void) krb5_enctype_to_string(r->context, ap_req.ticket.enc_part.etype, &str);
|
||||||
|
(void) krb5_unparse_name(r->context, princ, &p);
|
||||||
kdc_log(r->context, config, 4,
|
kdc_log(r->context, config, 4,
|
||||||
"No server key with enctype %s found for %s",
|
"No server key with enctype %s found for %s",
|
||||||
str ? str : "<unknown enctype>",
|
str ? str : "<unknown enctype>",
|
||||||
|
Reference in New Issue
Block a user