From 0063cd3ba6d514ae92a6aaf22472e509eabf7e43 Mon Sep 17 00:00:00 2001 From: minima Date: Sat, 9 Jun 2001 23:44:42 +0000 Subject: [PATCH] sigh --- perl/DXProt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.34.1