From 9bdaf6f1c757ea90ed4773a394dc613ae9cca619 Mon Sep 17 00:00:00 2001 From: minima Date: Thu, 20 Sep 2001 14:38:12 +0000 Subject: [PATCH] put back broadcast_all_nodes --- perl/DXChannel.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index 01d2135e..463d43a2 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -544,7 +544,7 @@ sub broadcast_nodes # broadcast a message to all clusters ignoring isolation # [except those mentioned after buffer] -sub broadcast_all_ak1a +sub broadcast_all_nodes { my $s = shift; # the line to be rebroadcast my @except = @_; # to all channels EXCEPT these (dxchannel refs) -- 2.34.1