r2425 - trunk/varnish-cache/lib/libvcl

phk at projects.linpro.no phk at projects.linpro.no
Mon Feb 4 10:58:55 CET 2008


Author: phk
Date: 2008-02-04 10:58:55 +0100 (Mon, 04 Feb 2008)
New Revision: 2425

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_backend.c
Log:
Backend fini functions are methods of the class, call the generic one.


Modified: trunk/varnish-cache/lib/libvcl/vcc_backend.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_backend.c	2008-02-04 09:55:53 UTC (rev 2424)
+++ trunk/varnish-cache/lib/libvcl/vcc_backend.c	2008-02-04 09:58:55 UTC (rev 2425)
@@ -432,7 +432,7 @@
 	vcc_NextToken(tl);
 	Fi(tl, 0, "\tVRT_init_random_backend(&VGC_backend_%.*s , &vdr_%.*s);\n",
 	    PF(t_dir), PF(t_dir));
-	Ff(tl, 0, "\tVRT_fini_random_backend(VGC_backend_%.*s);\n", PF(t_dir));
+	Ff(tl, 0, "\tVRT_fini_backend(VGC_backend_%.*s);\n", PF(t_dir));
 }
 
 /*--------------------------------------------------------------------




More information about the varnish-commit mailing list