From: minima Date: Tue, 22 Feb 2005 17:56:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: R_1_52~162 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=27a50946d9ad858391877b5608fb1a88bbe56148;p=spider.git *** empty log message *** --- 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); }