]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] remove extra isc_buffer_init
authorEvan Hunt <each@isc.org>
Tue, 18 Feb 2014 02:21:37 +0000 (18:21 -0800)
committerEvan Hunt <each@isc.org>
Tue, 18 Feb 2014 02:21:37 +0000 (18:21 -0800)
bin/delve/delve.c

index d124b8c5c453e5f60b4045875a6d174be7d334fb..fb3fa03e76e2aa220a3063ebc21706e68d0a6335 100644 (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');