From da5b531f1702fc4510950b8301d5797516f3c135 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 29 Apr 2008 10:08:11 +0000 Subject: [PATCH] Fix build error. --- exec/objdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/objdb.c b/exec/objdb.c index 07b92a2..8607b02 100644 --- a/exec/objdb.c +++ b/exec/objdb.c @@ -449,7 +449,7 @@ static int object_find_reset ( instance->find_child_list = &instance->child_head; hdb_handle_put (&object_instance_database, object_handle); - return (found == 1 ? 0 : ENOENT); + return (0); error_exit: return (-1); -- 2.11.4.GIT