sigh
authorminima <minima>
Sat, 9 Jun 2001 23:44:42 +0000 (23:44 +0000)
committerminima <minima>
Sat, 9 Jun 2001 23:44:42 +0000 (23:44 +0000)
perl/DXProt.pm

index a689088a3faf444cfbf07ab3855bbe3138af3f29..5407bb1bd24f96d60affc55ff8975a8b39753cdc 100644 (file)
@@ -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");