Pass context to kdc_log.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2664 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -133,7 +133,7 @@ do_request(krb5_context context, void *buf, size_t len,
|
||||
reply.length = 0;
|
||||
ret = process_request(context, buf, len, &reply, addr, from);
|
||||
if(reply.length){
|
||||
kdc_log(5, "sending %d bytes to %s", reply.length, addr);
|
||||
kdc_log(context, 5, "sending %d bytes to %s", reply.length, addr);
|
||||
sendto(socket, reply.data, reply.length, 0, from, from_len);
|
||||
krb5_data_free(&reply);
|
||||
}
|
||||
|
Reference in New Issue
Block a user