From 969dca4c16f30ca2286823de9fc72d85d4cbc057 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Sun, 14 May 2000 03:51:39 +0000 Subject: [PATCH] line 272: remark(1552): variable "inner" was set but never used. Now used in place of more complex expression. --- lib/omapi/handle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/omapi/handle.c b/lib/omapi/handle.c index 5ecb62c064..022854e92b 100644 --- a/lib/omapi/handle.c +++ b/lib/omapi/handle.c @@ -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