From ffefb6b1ec53dab9c64d0472f8fb17e7a702bd17 Mon Sep 17 00:00:00 2001 From: Jared Johnson Date: Mon, 17 Nov 2014 14:24:17 -0600 Subject: [PATCH] Fix GeoIP add_headers() return code --- plugins/ident/geoip | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ident/geoip b/plugins/ident/geoip index 53e48e8..876be84 100644 --- a/plugins/ident/geoip +++ b/plugins/ident/geoip @@ -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 {