mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-19 02:29:31 -05:00
CLEANUP: dns: Remove a forgotten debug message
A debug message was forgotten in the dns part. This patch should fix the issue #1304. It must be backported to 2.4.
This commit is contained in:
parent
14aec6e8ae
commit
c3fe968f22
1 changed files with 0 additions and 1 deletions
|
|
@ -170,7 +170,6 @@ ssize_t dns_recv_nameserver(struct dns_nameserver *ns, void *data, size_t size)
|
|||
|
||||
if (!LIST_ISEMPTY(&dss->wait_sess)) {
|
||||
ds = LIST_NEXT(&dss->wait_sess, struct dns_session *, waiter);
|
||||
fprintf(stderr, "ds: %p\n", ds);
|
||||
ret = ds->rx_msg.len < size ? ds->rx_msg.len : size;
|
||||
memcpy(data, ds->rx_msg.area, ret);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue