mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
line 272: remark(1552): variable "inner" was set but never used.
Now used in place of more complex expression.
This commit is contained in:
parent
c06afcfe58
commit
969dca4c16
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: handle.c,v 1.11 2000/05/08 14:38:13 tale Exp $ */
|
||||
/* $Id: handle.c,v 1.12 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue