From: Remi Gacogne Date: Tue, 30 Mar 2021 07:20:41 +0000 (+0200) Subject: rec: Fix duplicated space in the SyncRes unit tests X-Git-Tag: dnsdist-1.6.0-rc1~43^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aabd93c4bafc01cb4df72cc527ba7745cfd6252f;p=thirdparty%2Fpdns.git rec: Fix duplicated space in the SyncRes unit tests Co-authored-by: Josh Soref --- diff --git a/pdns/recursordist/test-syncres_cc6.cc b/pdns/recursordist/test-syncres_cc6.cc index 8b030d852f..9810e0161f 100644 --- a/pdns/recursordist/test-syncres_cc6.cc +++ b/pdns/recursordist/test-syncres_cc6.cc @@ -508,7 +508,7 @@ BOOST_AUTO_TEST_CASE(test_dnssec_dnskey_unpublished) BOOST_AUTO_TEST_CASE(test_dnssec_dnskey_unpublished_nsec3) { - /* check that we properly handle an insecure (no DS) but signed zone whose DNSKEY is not published (so NODATA) with NSEC3 this time */ + /* check that we properly handle an insecure (no DS) but signed zone whose DNSKEY is not published (so NODATA) with NSEC3 this time */ std::unique_ptr sr; initSR(sr, true);