From 958cc95d51be017e52ec888f9b8629d2c61cbcc2 Mon Sep 17 00:00:00 2001 From: minima Date: Mon, 5 Mar 2001 21:47:07 +0000 Subject: [PATCH] typo --- perl/cluster.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/cluster.pl b/perl/cluster.pl index bf9aecef..2c94dcc1 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -159,7 +159,7 @@ sub rec if ($user->lockout) { Log('DXCommand', "$call is locked out, disconnected"); $conn->send_now("Z$call|bye"); # this will cause 'client' to disconnect - $conn->disconect; + $conn->disconnect; return; } -- 2.34.1