From fe0b6bbade6c20704760bbde252f0b61a625633b Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 14 Dec 2017 23:13:36 +0100 Subject: [PATCH] dnsdist: Fix a typo in the IDS outstanding counter comment --- pdns/dnsdist.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; -- 2.50.1