diff --git a/VERSION b/VERSION index db5c44e5..f3f03f43 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.237 +8.3.238 diff --git a/ext2spice/ext2spice.c b/ext2spice/ext2spice.c index 174b76ad..abf3c695 100644 --- a/ext2spice/ext2spice.c +++ b/ext2spice/ext2spice.c @@ -1869,7 +1869,8 @@ topVisit(def, doStub) if (sname == NULL) continue; snode = sname->efnn_node; - if (snode && (snode->efnode_flags & EF_SUBS_PORT)) + if (snode && (snode->efnode_flags & EF_SUBS_PORT) && + !(snode->efnode_flags & EF_PORT)) { if (snode->efnode_name->efnn_port < 0) {