From: Remi Gacogne Date: Thu, 14 Dec 2017 22:13:36 +0000 (+0100) Subject: dnsdist: Fix a typo in the IDS outstanding counter comment X-Git-Tag: dnsdist-1.3.0~192^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe0b6bbade6c20704760bbde252f0b61a625633b;p=pdns dnsdist: Fix a typo in the IDS outstanding counter comment --- diff --git a/pdns/dnsdist.cc b/pdns/dnsdist.cc index f21183545..6d7b1dd7a 100644 --- a/pdns/dnsdist.cc +++ b/pdns/dnsdist.cc @@ -521,7 +521,7 @@ try { if (outstandingDecreased) { /* so an exception was raised after we decreased the outstanding queries counter, but before we could set ids->origFD to -1 (because we also set outstandingDecreased - to false then), meaning the IDS still considered active and we will decrease the + to false then), meaning the IDS is still considered active and we will decrease the counter again on a duplicate, or simply while reaping downstream timeouts, so let's increase it back. */ state->outstanding++;