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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6094%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix a typo in the IDS outstanding counter comment --- diff --git a/pdns/dnsdist.cc b/pdns/dnsdist.cc index f211835452..6d7b1dd7af 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++;