--- cvsroot/Coro/myhttpd/access.pl 2002/05/19 21:00:47 1.30 +++ cvsroot/Coro/myhttpd/access.pl 2002/11/21 09:52:34 1.31 @@ -70,8 +70,8 @@ $self->err_block_referer if $self->{h}{referer} =~ $blockref; - my $whois = $whois_cache{$self->{remote_addr}} - ||= netgeo::ip_request($self->{remote_addr}); + my $ra = $self->{remote_addr}; + my $whois = $whois_cache{$ra} ||= netgeo::ip_request($ra); my $country = "XX";