mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-10 02:01:32 -04:00
remove hex dump of packets sent
This commit is contained in:
parent
419dd7129f
commit
d85ad40f97
2 changed files with 0 additions and 4 deletions
|
|
@ -169,8 +169,6 @@ generate_reply(client_t *client)
|
|||
if (lwres != LWRES_R_SUCCESS)
|
||||
goto out;
|
||||
|
||||
hexdump("Sending to client", lwb.base, lwb.used);
|
||||
|
||||
r.base = lwb.base;
|
||||
r.length = lwb.used;
|
||||
client->sendbuf = r.base;
|
||||
|
|
|
|||
|
|
@ -147,8 +147,6 @@ byaddr_done(isc_task_t *task, isc_event_t *event)
|
|||
if (lwres != LWRES_R_SUCCESS)
|
||||
goto out;
|
||||
|
||||
hexdump("Sending to client", lwb.base, lwb.used);
|
||||
|
||||
r.base = lwb.base;
|
||||
r.length = lwb.used;
|
||||
client->sendbuf = r.base;
|
||||
|
|
|
|||
Loading…
Reference in a new issue