From: Remi Gacogne Date: Wed, 24 Feb 2021 15:55:06 +0000 (+0100) Subject: rec: Fix a typo in a comment X-Git-Tag: rec-4.5.0-beta1~4^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62fc91ad5367bd6e68d714a342b1a0e4f5f5eefe;p=thirdparty%2Fpdns.git rec: Fix a typo in a comment --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 03ebeaa6e6..4d31ce86f5 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -2595,7 +2595,7 @@ vState SyncRes::getValidationStatus(const DNSName& name, bool hasSignatures, boo /* by now we have the best match, it's likely Secure (otherwise we would not be there) but we don't know if we missed a cut (or several). - We could see see if we have DS (or denial of) in cache but let's not worry for now, + We could see if we have DS (or denial of) in cache but let's not worry for now, we will if we don't have a signature, or if the signer doesn't match what we expect */ if (!hasSignatures && best != subdomain) { /* no signatures, we likely missed a cut, let's try to find it */