typo
authorminima <minima>
Mon, 5 Mar 2001 21:47:07 +0000 (21:47 +0000)
committerminima <minima>
Mon, 5 Mar 2001 21:47:07 +0000 (21:47 +0000)
perl/cluster.pl

index bf9aecef411624cdceb339a09e69fc6e83bfdcdf..2c94dcc1cb619571baef325fe4607071c453bb1c 100755 (executable)
@@ -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;
                }