remove hex dump of packets sent
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user