X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FAMsg.pm;h=4ca43cb495951433f88cf4e325f548e9d3d7e037;hb=e2e4dadc448747744dacc0eb8d99ee950529a9b3;hp=15596a98196958e3e2185e0d76cb09ca397f26da;hpb=393e17fd3a08dd94596f1c02d4d20f6f9a44954f;p=spider.git diff --git a/perl/AMsg.pm b/perl/AMsg.pm index 15596a98..4ca43cb4 100644 --- a/perl/AMsg.pm +++ b/perl/AMsg.pm @@ -170,7 +170,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 && $call ne $main::mycall) { my $ip = $conn->{peerhost} || 'unknown';