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
0013c93b
Commit
0013c93b
authored
May 14, 2000
by
David Lawrence
Browse files
"validator.c", line 343: remark(1552): variable "rdataset" was set but never
used Removed rdataset from function.
parent
289fd0da
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/validator.c
View file @
0013c93b
...
...
@@ -340,13 +340,11 @@ static void
nullkeyvalidated
(
isc_task_t
*
task
,
isc_event_t
*
event
)
{
dns_validatorevent_t
*
devent
;
dns_validator_t
*
val
;
dns_rdataset_t
*
rdataset
;
isc_result_t
result
;
UNUSED
(
task
);
INSIST
(
event
->
ev_type
==
DNS_EVENT_VALIDATORDONE
);
devent
=
(
dns_validatorevent_t
*
)
event
;
rdataset
=
devent
->
rdataset
;
val
=
devent
->
ev_arg
;
validator_log
(
val
,
ISC_LOG_DEBUG
(
3
),
"in nullkeyvalidated"
);
...
...
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