aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-07-20 00:53:06 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-07-20 00:53:06 +0000
commite2be71329b92ca070821b06eaf476cf6516d45ac (patch)
tree2700dbedce27980182b76fc566decbe687beb656
parent93aa6b598e5ace09e545cb144bcc3b1db86b8fff (diff)
downloadsmtpd-starttls-proxy-e2be71329b92ca070821b06eaf476cf6516d45ac.tar.gz
Comment typo fixHEADmain
-rw-r--r--src/qmail-remote/dns.c2
1 files changed, 1 insertions, 1 deletions
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) ;