From: djk Date: Sun, 21 Nov 1999 18:59:48 +0000 (+0000) Subject: incoming pc39 doesn't cause an outgoing one X-Git-Tag: R_1_35~2 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f0ab4da54a368d833269bb816614b2adae97842;p=spider.git incoming pc39 doesn't cause an outgoing one --- diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 710a3dbf..efe969b4 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -657,7 +657,7 @@ sub normal } if ($pcno == 39) { # incoming disconnect - $self->disconnect(); + $self->disconnect(1); return; }