fix cf broadcast to broadcast both pc and aranea nodes
authorminima <minima>
Wed, 23 Feb 2005 16:16:31 +0000 (16:16 +0000)
committerminima <minima>
Wed, 23 Feb 2005 16:16:31 +0000 (16:16 +0000)
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}) {