From 0f0ab4da54a368d833269bb816614b2adae97842 Mon Sep 17 00:00:00 2001 From: djk Date: Sun, 21 Nov 1999 18:59:48 +0000 Subject: [PATCH] incoming pc39 doesn't cause an outgoing one --- perl/DXProt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1