aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-02-09 11:49:56 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-02-09 11:49:56 +0000
commit1a21c40efe6fa011e772d6e075c3c30b8a13c960 (patch)
tree4d6ba33aea32e828fcfe1aa3e77936c080888b50
parent23f070db6843a1d94f3cb6cffc1befcf9f187d50 (diff)
downloadsmtpd-starttls-proxy-1a21c40efe6fa011e772d6e075c3c30b8a13c960.tar.gz
with accurate error messages please
-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 0c44783..08bd9ca 100644
--- a/src/qmail-remote/dns.c
+++ b/src/qmail-remote/dns.c
@@ -286,7 +286,7 @@ unsigned int dns_stuff (char const *host, char const *const *eaddr, unsigned int
else if (ids[j] == p->id6)
{
s6dns_message_header_t h ;
- LOLDEBUG("received id %hu (A)", ids[j]) ;
+ LOLDEBUG("received id %hu (AAAA)", ids[j]) ;
r = s6dns_message_parse(&h, packet, packetlen, &s6dns_message_parse_answer_aaaa, &p->ip6) ;
if (r == -1) qmailr_tempsys("DNS packet parsing error") ;
if (!r)