From 2a8f549affc5911a19a9c9559cf63be3081c6398 Mon Sep 17 00:00:00 2001 From: minima Date: Wed, 23 Feb 2005 16:16:31 +0000 Subject: [PATCH] fix cf broadcast to broadcast both pc and aranea nodes --- perl/Thingy/Rt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) { -- 2.34.1