X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=3ddb68fa982b1978969a0578bd1f669d81019c63;hb=b261f11169a5704a0992b4198f5291a3af43d780;hp=bf2d5ed30395899d488fa4f2315f190c930d71fd;hpb=5756741d9682667ae5b0442c4e6f609bd481b6eb;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index bf2d5ed3..3ddb68fa 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -86,8 +86,8 @@ $pc92_keepalive_period = 1*60*60; # frequency of PC92 K (keepalive) records $pc92_find_timeout = 30; # maximum time to wait for a reply $senderverify = 0; # 1 = check spotter is on node it says it is and check ip address if available ; # 2 = do 1 and dump if check -$pc92_ad_enabled = 1; # send pc92 A & D records. -$pc92c_ipaddr_enable = 0; # add the local ip address info to each callsign in a PC92 C +$pc92_ad_enabled = 0; # send pc92 A & D records. +$pc92c_ipaddr_enable = 1; # add the local ip address info to each callsign in a PC92 C @checklist = ( @@ -1234,7 +1234,7 @@ sub spawn_cmd my $fc = DXSubprocess->new; # just behave normally if something has set the "one-shot" _nospawn in the channel - if ($self->{_nospawn}) { + if ($self->{_nospawn} || $main::is_win == 1) { eval { @out = $cmdref->(@$args); }; if ($@) { DXDebug::dbgprintring(25);