diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-07-20 00:53:06 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-07-20 00:53:06 +0000 |
| commit | e2be71329b92ca070821b06eaf476cf6516d45ac (patch) | |
| tree | 2700dbedce27980182b76fc566decbe687beb656 | |
| parent | 93aa6b598e5ace09e545cb144bcc3b1db86b8fff (diff) | |
| download | smtpd-starttls-proxy-e2be71329b92ca070821b06eaf476cf6516d45ac.tar.gz | |
| -rw-r--r-- | src/qmail-remote/dns.c | 2 |
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) ; |
