aboutsummaryrefslogtreecommitdiffstats
path: root/main/varnish/maxminddb.vcl
diff options
context:
space:
mode:
Diffstat (limited to 'main/varnish/maxminddb.vcl')
-rw-r--r--main/varnish/maxminddb.vcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/varnish/maxminddb.vcl b/main/varnish/maxminddb.vcl
index 176eeea104..db817030f3 100644
--- a/main/varnish/maxminddb.vcl
+++ b/main/varnish/maxminddb.vcl
@@ -75,5 +75,4 @@ static void __geoip_set_headers(struct sess *sp)
sub maxminddb_lookup {
C{ __geoip_set_headers(sp); }C
- return(lookup);
}