fix cf broadcast to broadcast both pc and aranea nodes
[spider.git] / perl / Thingy / Rt.pm
index 554d171aea445f9ed6d65e231d6b3881eb102d44..bdc4bf41de4415d27d5b05517d34de5ecf1f1643 100644 (file)
@@ -37,7 +37,7 @@ sub gen_Aranea
                if ($ref = $thing->{anodes}) {
                        $thing->{a} = join(':', map {"$_->{flags}$_->{call}"} @$ref) || '';
                }
-               if ($ref = $thing->{anodes}) {
+               if ($ref = $thing->{pnodes}) {
                        $thing->{n} = join(':', map {"$_->{flags}$_->{call}"} @$ref) || '';
                }
                if ($ref = $thing->{ausers}) {