use the correct call 'new_cf' everywhere
[spider.git] / perl / Aranea.pm
index 5ee04b1c1a43b654b0c7e1d1c0231ac6d7145fea..726a068d896a1180b76900ab44bd7605ca3e8f43 100644 (file)
@@ -122,7 +122,7 @@ sub start
 
        # broadcast our configuration to the world
        unless ($self->{outbound}) {
-               my $thing = Thingy::Rt->new_lcf;
+               my $thing = Thingy::Rt->new_cf;
                $thing->broadcast;
        }