X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2FAMsg.pm;h=656726479eb262b2f8e2197b2f403c738f41b3dc;hb=dc305f992d75a6b35edda9e1aefab510a3ed617e;hp=19fe9208818f28a075e6264fcb9353059c11566a;hpb=6f20114b034d329c1e2a4f91f0aba2f6ec4002d4;p=spider.git diff --git a/perl/AMsg.pm b/perl/AMsg.pm index 19fe9208..65672647 100644 --- a/perl/AMsg.pm +++ b/perl/AMsg.pm @@ -186,7 +186,7 @@ sub new_channel # set up the basic channel info # is there one already connected to me - locally? my $user = DXUser->get_current($call); - my $dxchan = DXChannel->get($call); + my $dxchan = DXChannel::get($call); if ($dxchan) { if ($main::bumpexisting) { my $ip = $conn->{peerhost} || 'unknown';