Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
9201e2b2
Commit
9201e2b2
authored
Feb 17, 2014
by
Evan Hunt
Browse files
[master] remove extra isc_buffer_init
parent
c96e7744
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/delve/delve.c
View file @
9201e2b2
...
...
@@ -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'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment