use the correct call 'new_cf' everywhere
[spider.git] / perl / Thingy / Hello.pm
index 9c6a539f8255f39569574019bbbb504a28c906f0..97abd14e58ba2dc9c78d5a35cffdf74705bf861b 100644 (file)
@@ -90,7 +90,7 @@ sub handle
                                $thing->send($dxchan);
 
                                # broadcast our configuration to the world
-                               $thing = Thingy::Rt->new_lcf;
+                               $thing = Thingy::Rt->new_cf;
                                $thing->broadcast;
                        }
                }