X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdisconnect.pl;h=51ddc696e4a54bf62abf593ffff9a552a1531f15;hb=3d29b1a4d4aab997da2deff10470068601744530;hp=32cb543f43469bfa4692d1e8270681225194c441;hpb=57b5e464bc44ae8eee23ab94c1f499f527595dc9;p=spider.git diff --git a/cmd/disconnect.pl b/cmd/disconnect.pl index 32cb543f..51ddc696 100644 --- a/cmd/disconnect.pl +++ b/cmd/disconnect.pl @@ -16,7 +16,7 @@ foreach $call (@calls) { my $dxchan = DXChannel->get($call); if ($dxchan) { if ($dxchan->is_ak1a) { - $dxchan->send_now("D", DXProt::pc39($dxchan->call, 'Disconnected')); + $dxchan->send_now("D", DXProt::pc39($main::mycall, 'Disconnected')); } else { $dxchan->disconnect; }