[master] 99b4abfbf Fix prototype

Nils Goroll nils.goroll at uplex.de
Tue Jan 25 15:52:06 UTC 2022


commit 99b4abfbf54c5badf84e966ac0da7c53d0b83efe
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Jan 25 16:50:09 2022 +0100

    Fix prototype

diff --git a/bin/varnishd/cache/cache_esi_deliver.c b/bin/varnishd/cache/cache_esi_deliver.c
index d539807f7..fb63fb12f 100644
--- a/bin/varnishd/cache/cache_esi_deliver.c
+++ b/bin/varnishd/cache/cache_esi_deliver.c
@@ -589,7 +589,7 @@ struct ved_foo {
 	uint8_t			tailbuf[8];
 };
 
-static int v_matchproto_(vdp_fini_f)
+static int v_matchproto_(vdp_init_f)
 ved_gzgz_init(VRT_CTX, struct vdp_ctx *vdc, void **priv, struct objcore *oc)
 {
 	ssize_t l;


More information about the varnish-commit mailing list