*** empty log message ***
authorminima <minima>
Tue, 22 Feb 2005 17:56:04 +0000 (17:56 +0000)
committerminima <minima>
Tue, 22 Feb 2005 17:56:04 +0000 (17:56 +0000)
perl/DXProt.pm

index 65b666a2fed8a5315e4b641ec1527314bb0e98ef..8f16da6603436b57eb6b36831bfc5b19c7085eed 100644 (file)
@@ -1094,7 +1094,7 @@ sub handle_20
        $self->send(pc22());
        $self->state('normal');
        $self->{lastping} = 0;
-       my $thing = Thingy::Rt->new_cf(user=>$self->{call});
+       my $thing = Thingy::Rt->new(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_cf(user=>$self->{call});
+       my $thing = Thingy::Rt->new(user=>$self->{call});
        my $nref = Route::Node::get($self->{call});
        $thing->broadcast if $thing->copy_pc16_data($nref);
 }