Brian Grossman wrote:
         foreach my $rip (@rip) {
           next if !defined $rip;
           ++$num_conn if (defined $rip && $rip eq $iaddr) {
^
}

Yeah, but the existing CVS code doesn't run at all because that brace needs to be a semicolon. If I get a chance tonight, I'll commit a fix for this (as well as a couple of other niggles I have).


John

Reply via email to