[master] remove extra isc_buffer_init

This commit is contained in:
Evan Hunt
2014-02-17 18:21:37 -08:00
parent c96e7744e0
commit 9201e2b2f2

View File

@@ -408,8 +408,6 @@ printdata(dns_rdataset_t *rdataset, dns_name_t *owner,
if (!showdnssec && rdataset->type == dns_rdatatype_rrsig)
return (ISC_R_SUCCESS);
isc_buffer_init(&target, t, sizeof(t));
if (first || rdataset->trust != trust) {
if (!first && showtrust && !short_form)
putchar('\n');