[4.1] 2223ff4 Fix prototype match

Martin Blix Grydeland martin at varnish-software.com
Fri Sep 4 15:54:51 CEST 2015


commit 2223ff49c9be8110538839538592d88f709a49e0
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Thu Jul 30 15:31:10 2015 +0200

    Fix prototype match

diff --git a/lib/libvmod_debug/vmod_debug.c b/lib/libvmod_debug/vmod_debug.c
index 4d86baa..3dddbac 100644
--- a/lib/libvmod_debug/vmod_debug.c
+++ b/lib/libvmod_debug/vmod_debug.c
@@ -249,7 +249,7 @@ priv_vcl_free(void *priv)
 	AZ(priv_vcl);
 }
 
-int __match_proto__(vmod_init_f)
+int __match_proto__(vmod_event_f)
 event_function(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
 {
 	struct priv_vcl *priv_vcl;



More information about the varnish-commit mailing list