diff options
Diffstat (limited to 'src/qmail-remote/dns.c')
| -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) ; |
