summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/CST1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sbin/CST b/lib/sbin/CST
index 1f407dcc..adf25584 100644
--- a/lib/sbin/CST
+++ b/lib/sbin/CST
@@ -594,7 +594,6 @@ sub TopoSort
foreach $thorn (sort keys %thorns)
{
- next if ("\U$thorn\E" eq "CACTUS");
$thorn_ancestor{"\U$thorn\E"} = '';
foreach $ancestor_imp ( split(' ', $interface->{"\U$thorn INHERITS\E"}))
{