소스 검색

Fix build error.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1529 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 18 년 전
부모
커밋
37c7b6184b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      exec/objdb.c

+ 1 - 1
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);