diff host/libcdl/infer.cxx @ 82:6736c52df507 ecos-sw-2000-04-14

Merge from eCos master repository on 2000-04-14-13:35:46-BST
author jlarmour
date Tue, 18 Apr 2000 21:51:55 +0000
parents 435cced73e2f
children 489eb5632bc3
line wrap: on
line diff
--- a/host/libcdl/infer.cxx
+++ b/host/libcdl/infer.cxx
@@ -194,7 +194,7 @@ infer_make_active(CdlTransaction transac
     CdlContainer parent = node->get_parent();
     CYG_ASSERT_CLASSC(parent);
     if (!transaction->is_active(parent)) {
-        if (!infer_make_active(transaction, node, level)) {
+        if (!infer_make_active(transaction, parent, level)) {
             CYG_REPORT_RETVAL(result);
             return result;
         }