X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FThingy%2FRt.pm;h=bdc4bf41de4415d27d5b05517d34de5ecf1f1643;hb=652422252c199b15fbbc500a4fff6f31dcf3b8d1;hp=554d171aea445f9ed6d65e231d6b3881eb102d44;hpb=de7f7dbbadcad48ba245f22db044b14954e18782;p=spider.git 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}) {