diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-02-09 11:28:49 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-02-09 11:28:49 +0000 |
| commit | 9308cc8d29ae410f9100eadf845d39117f1a28fc (patch) | |
| tree | af232c05661b5ceb0910bc2943a27748a29ee3cf | |
| parent | d4ef901e6eed5946d414727cad3f4d7446794c88 (diff) | |
| download | smtpd-starttls-proxy-9308cc8d29ae410f9100eadf845d39117f1a28fc.tar.gz | |
Without errors if possible
| -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 4f087f6..472065d 100644 --- a/src/qmail-remote/dns.c +++ b/src/qmail-remote/dns.c @@ -240,7 +240,7 @@ unsigned int dns_stuff (char const *host, char const *const *eaddr, unsigned int char s[256] ; s6dns_domain_t dom = *domain ; s6dns_domain_decode(&dom) ; - s6dns_domain_tostring(s, &dom) ; + s6dns_domain_tostring(s, 256, &dom) ; LOLDEBUG("sending CNAME for %s, id %hu", s, cnames[i].id) ; } #endif |
