summaryrefslogtreecommitdiffstats
path: root/src/dns/test_dns_lookup.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 18:56:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 18:56:32 +0000
commitebd65af51f3d02965e7e98acd34ff00715adca44 (patch)
treeaeaa6434cfd8492735bca8402ef3a15f81ffafda /src/dns/test_dns_lookup.c
parentAdding debian version 3.7.10-0+deb12u1. (diff)
downloadpostfix-ebd65af51f3d02965e7e98acd34ff00715adca44.tar.xz
postfix-ebd65af51f3d02965e7e98acd34ff00715adca44.zip
Merging upstream version 3.7.11.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--src/dns/test_dns_lookup.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dns/test_dns_lookup.c b/src/dns/test_dns_lookup.c
index e25f523..f07c3ef 100644
--- a/src/dns/test_dns_lookup.c
+++ b/src/dns/test_dns_lookup.c
@@ -121,9 +121,11 @@ int main(int argc, char **argv)
vstream_printf("%s: fqdn: %s\n", name, vstring_str(fqdn));
buf = vstring_alloc(100);
print_rr(buf, rr);
+ vstream_fflush(VSTREAM_OUT);
+ if (DNS_RR_IS_TRUNCATED(rr))
+ msg_warn("one or more excess DNS_RR records were dropped");
dns_rr_free(rr);
vstring_free(buf);
- vstream_fflush(VSTREAM_OUT);
}
}
myfree((void *) types);