MINOR: DNS counters: increment valid counter

Valid counter was never incremented.
Now it is.
This commit is contained in:
Baptiste Assmann 2015-08-07 10:18:32 +02:00 committed by Willy Tarreau
parent 9373fc5811
commit 37bb372ea2

View File

@ -219,6 +219,7 @@ void dns_resolve_recv(struct dgram_conn *dgram)
}
nameserver->counters.valid += 1;
resolution->requester_cb(resolution, nameserver, buf, buflen);
}
}