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
969dca4c
Commit
969dca4c
authored
May 14, 2000
by
David Lawrence
Browse files
line 272: remark(1552): variable "inner" was set but never used.
Now used in place of more complex expression.
parent
c06afcfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/omapi/handle.c
View file @
969dca4c
...
...
@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: handle.c,v 1.1
1
2000/05/
08 14:38:13
tale Exp $ */
/* $Id: handle.c,v 1.1
2
2000/05/
14 03:51:39
tale Exp $ */
/* Principal Author: Ted Lemon */
...
...
@@ -304,7 +304,7 @@ lookup_iterate(omapi_object_t **o, omapi_handle_t h,
index
=
(
h
-
table
->
first
)
/
scale
;
inner
=
table
->
children
[
index
].
table
;
return
(
lookup_iterate
(
o
,
h
,
table
->
children
[
index
].
table
));
return
(
lookup_iterate
(
o
,
h
,
inner
));
}
isc_result_t
...
...
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