remove hex dump of packets sent

This commit is contained in:
Michael Graff 2000-02-18 03:53:35 +00:00
parent 419dd7129f
commit d85ad40f97
2 changed files with 0 additions and 4 deletions

View file

@ -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;

View file

@ -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;