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
0911d40d
Commit
0911d40d
authored
May 13, 2000
by
David Lawrence
Browse files
Silence IRIX warning:
"keytable.c", line 286: remark(1552): variable "knode" was set but never used
parent
56a2bee1
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/keytable.c
View file @
0911d40d
...
...
@@ -283,7 +283,6 @@ dns_keytable_finddeepestmatch(dns_keytable_t *keytable, dns_name_t *name,
dns_name_t
*
foundname
)
{
isc_result_t
result
;
dns_keynode_t
*
knode
;
void
*
data
;
/*
...
...
@@ -296,7 +295,6 @@ dns_keytable_finddeepestmatch(dns_keytable_t *keytable, dns_name_t *name,
RWLOCK
(
&
keytable
->
rwlock
,
isc_rwlocktype_read
);
knode
=
NULL
;
data
=
NULL
;
result
=
dns_rbt_findname
(
keytable
->
table
,
name
,
0
,
foundname
,
&
data
);
...
...
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