From: minima Date: Sat, 9 Jun 2001 23:44:42 +0000 (+0000) Subject: sigh X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=0063cd3ba6d514ae92a6aaf22472e509eabf7e43;p=spider.git sigh --- diff --git a/perl/DXProt.pm b/perl/DXProt.pm index a689088a..5407bb1b 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -1431,7 +1431,7 @@ sub send_local_config # get all the users connected on the above nodes and send them out foreach $n (@localnodes, @remotenodes) { - if ($r) { + if ($n) { send_route($self, \&pc16, 1, $n, map {my $r = Route::User::get($_); $r ? ($r) : ()} $n->users); } else { dbg('chan', "sent a null value");