Fix GeoIP add_headers() return code

This commit is contained in:
Jared Johnson 2014-11-17 14:24:17 -06:00
parent fd11777892
commit ffefb6b1ec

View File

@ -218,6 +218,7 @@ sub add_headers {
$txn->header->delete("X-GeoIP-$h");
$txn->header->add( "X-GeoIP-$h", $self->connection->notes($note), 0 );
}
return DECLINED;
}
sub geoip2_lookup {