Declare kdc log functions to be printf-like

And add a kdc_vlog() function.
This commit is contained in:
Nicolas Williams
2019-06-24 11:45:22 -05:00
parent 7fc90ce1c8
commit 9c51900238
5 changed files with 23 additions and 12 deletions

View File

@@ -127,7 +127,7 @@ ntlm_service(void *ctx, const heim_idata *req,
}
kdc_log(context, config, 2,
"digest-request: found user, processing ntlm request", ret);
"digest-request: found user, processing ntlm request");
if (ntq.ntChallengeResponce.length != 24) {
struct ntlm_buf infotarget, answer;