aboutsummaryrefslogtreecommitdiff
path: root/src/vmod_geoip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmod_geoip.c')
-rw-r--r--src/vmod_geoip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmod_geoip.c b/src/vmod_geoip.c
index 5c1a2d4..47729fa 100644
--- a/src/vmod_geoip.c
+++ b/src/vmod_geoip.c
@@ -41,7 +41,7 @@ free_conf(void *data)
}
int
-geoip_event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
+vmod_geoip_event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
{
if (e == VCL_EVENT_LOAD) {
struct geoip_config *conf = calloc(1, sizeof(*conf));

Return to:

Send suggestions and report system problems to the System administrator.