From: minima Date: Wed, 23 Feb 2005 16:16:31 +0000 (+0000) Subject: fix cf broadcast to broadcast both pc and aranea nodes X-Git-Tag: R_1_52~155 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a8f549affc5911a19a9c9559cf63be3081c6398;p=spider.git fix cf broadcast to broadcast both pc and aranea nodes --- diff --git a/perl/Thingy/Rt.pm b/perl/Thingy/Rt.pm index 554d171a..bdc4bf41 100644 --- a/perl/Thingy/Rt.pm +++ b/perl/Thingy/Rt.pm @@ -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}) {