mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-13 15:54:08 -05:00
MINOR: DNS counters: increment valid counter
Valid counter was never incremented. Now it is.
This commit is contained in:
parent
9373fc5811
commit
37bb372ea2
1 changed files with 1 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ void dns_resolve_recv(struct dgram_conn *dgram)
|
|||
|
||||
}
|
||||
|
||||
nameserver->counters.valid += 1;
|
||||
resolution->requester_cb(resolution, nameserver, buf, buflen);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue