aboutsummaryrefslogtreecommitdiffstats
path: root/main/varnish/maxminddb.vcl
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-11-14 20:39:11 +0200
committerTimo Teräs <timo.teras@iki.fi>2013-11-14 20:39:11 +0200
commit0f8176dbcb725b2af7768038b812284cdaf12ff3 (patch)
treea21802e04c3ca747c33f8f2f9bd2962168a2b229 /main/varnish/maxminddb.vcl
parent8d0c891912c6e04a4f68cff0bd2c41f6adb0550e (diff)
downloadaports-0f8176dbcb725b2af7768038b812284cdaf12ff3.tar.bz2
aports-0f8176dbcb725b2af7768038b812284cdaf12ff3.tar.xz
main/varnish: fix maxminddb vcl sub
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);
}