use the correct call 'new_cf' everywhere
[spider.git] / perl / DXProt.pm
index 8f16da6603436b57eb6b36831bfc5b19c7085eed..65b666a2fed8a5315e4b641ec1527314bb0e98ef 100644 (file)
@@ -1094,7 +1094,7 @@ sub handle_20
        $self->send(pc22());
        $self->state('normal');
        $self->{lastping} = 0;
-       my $thing = Thingy::Rt->new(user=>$self->{call});
+       my $thing = Thingy::Rt->new_cf(user=>$self->{call});
        my $nref = Route::Node::get($self->{call});
        $thing->broadcast if $thing->copy_pc16_data($nref);
 }
@@ -1177,7 +1177,7 @@ sub handle_22
        my $origin = shift;
        $self->state('normal');
        $self->{lastping} = 0;
-       my $thing = Thingy::Rt->new(user=>$self->{call});
+       my $thing = Thingy::Rt->new_cf(user=>$self->{call});
        my $nref = Route::Node::get($self->{call});
        $thing->broadcast if $thing->copy_pc16_data($nref);
 }