From 27a50946d9ad858391877b5608fb1a88bbe56148 Mon Sep 17 00:00:00 2001 From: minima Date: Tue, 22 Feb 2005 17:56:04 +0000 Subject: [PATCH] *** empty log message *** --- perl/DXProt.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 65b666a2..8f16da66 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -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); } -- 2.34.1