Corrected the use of EF_SUBS_NODE to distinguish between device

substrate (bulk terminal) and global substrate.  Otherwise, the
routine in ext2hier.c that finds the substrate node will find the
first device bulk connection, not the default substrate.
This commit is contained in:
Tim Edwards
2021-12-30 13:27:42 -05:00
parent be5b6dec0c
commit 9a17539ca7
8 changed files with 33 additions and 18 deletions
+1 -1
View File
@@ -691,7 +691,7 @@ EFVisitNodes(nodeProc, cdata)
}
else
{
if (node->efnode_flags & EF_SUBS_NODE)
if (node->efnode_flags & EF_GLOB_SUBS_NODE)
cap = 0;
}
if (efWatchNodes)