X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FPrefix.pm;h=53424e03e00e7e40cbae01f02e56f354b1b2cadf;hb=edc4edfd6dce0f2f76c03cb651bc49ba268ef03c;hp=028f2cb04fa6c2f679f794ef5012462e83dea6fa;hpb=e044603c96073a6b5e4517d55a7ab48819196439;p=spider.git diff --git a/perl/Prefix.pm b/perl/Prefix.pm index 028f2cb0..53424e03 100644 --- a/perl/Prefix.pm +++ b/perl/Prefix.pm @@ -170,6 +170,7 @@ sub next sub lru_put { my ($call, $ref) = @_; + $call =~ s/^=//; my @s = USDB::get($call); if (@s) { @@ -441,7 +442,7 @@ L1: for ($n = 0; $n < @parts; $n++) { } # we are a pirate! - @nout = matchprefix('Q'); + @nout = matchprefix('QQ'); $misses++; lru_put($call, \@nout); push @out, @nout;