From 199e65c4d90a92bb7dd776c37a190019b3e7a1a1 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Mon, 20 Jan 2025 15:55:42 +0000 Subject: [PATCH] Remove misleading comment. --- src/forward.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/forward.c b/src/forward.c index ab43dba..a92ce65 100644 --- a/src/forward.c +++ b/src/forward.c @@ -2014,8 +2014,6 @@ static ssize_t tcp_talk(int first, int last, int start, unsigned char *packet, /* If the question section of the reply doesn't match the question we sent, then someone might be attempting to insert bogus values into the cache by sending replies containing questions and bogus answers. - We compare the query name in a case sensitive manner, so that - DNS-0x20 encoding is effective. Try another server, or give up */ p = (unsigned char *)(header+1); if (extract_name(header, rsize, &p, daemon->namebuff, EXTR_NAME_NOCASE, 4) != 1)