]> granicus.if.org Git - pdns/commitdiff
dnsdist: Fix a typo in the IDS outstanding counter comment
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 14 Dec 2017 22:13:36 +0000 (23:13 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 14 Dec 2017 22:13:36 +0000 (23:13 +0100)
pdns/dnsdist.cc

index f211835452979f2a18276f62ec20864565ac401e..6d7b1dd7af021a9474a14c6039a1f5d40382f9b4 100644 (file)
@@ -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++;