From e2be71329b92ca070821b06eaf476cf6516d45ac Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 20 Jul 2026 00:53:06 +0000 Subject: Comment typo fix --- src/qmail-remote/dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qmail-remote/dns.c b/src/qmail-remote/dns.c index 1d3fc97..6a3b226 100644 --- a/src/qmail-remote/dns.c +++ b/src/qmail-remote/dns.c @@ -223,7 +223,7 @@ unsigned int dns_stuff (char const *helohost, char *heloip4, char *heloip6, char } #ifdef SKALIBS_IPV6_ENABLED - if (ids[j] == heloid6) /* ipv4 for the helohost */ + if (ids[j] == heloid6) /* ipv6 for the helohost */ { s6dns_message_header_t h ; r = s6dns_message_parse(&h, packet, packetlen, &s6dns_message_parse_answer_aaaa, &helosa) ; -- cgit v1.3.1