Skip to content
GitLab
Projects
Groups
Snippets
/
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
a322a0f3
Commit
a322a0f3
authored
Sep 05, 2017
by
Mark Andrews
Browse files
silence converity warning [RT #45891]
parent
10076239
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/resolver.c
View file @
a322a0f3
...
...
@@ -5398,9 +5398,8 @@ validated(isc_task_t *task, isc_event_t *event) {
now
,
vevent
->
rdataset
,
0
,
NULL
);
if
(
result
==
ISC_R_SUCCESS
)
result
=
dns_db_addrdataset
(
fctx
->
cache
,
wnode
,
NULL
,
now
,
vevent
->
sigrdataset
,
0
,
NULL
);
(
void
)
dns_db_addrdataset
(
fctx
->
cache
,
wnode
,
NULL
,
now
,
vevent
->
sigrdataset
,
0
,
NULL
);
if
(
wnode
!=
NULL
)
dns_db_detachnode
(
fctx
->
cache
,
&
wnode
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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