r5389 - trunk/varnish-cache/lib/libvcl

phk at varnish-cache.org phk at varnish-cache.org
Sat Oct 2 23:22:19 CEST 2010


Author: phk
Date: 2010-10-02 23:22:19 +0200 (Sat, 02 Oct 2010)
New Revision: 5389

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_var.c
Log:
We are only interested in variables here.



Modified: trunk/varnish-cache/lib/libvcl/vcc_var.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_var.c	2010-10-02 21:22:03 UTC (rev 5388)
+++ trunk/varnish-cache/lib/libvcl/vcc_var.c	2010-10-02 21:22:19 UTC (rev 5389)
@@ -94,7 +94,7 @@
 	const struct symbol *sym;
 
 	AN(tl->vars);
-	sym = VCC_FindSymbol(tl, t, SYM_NONE);
+	sym = VCC_FindSymbol(tl, t, SYM_VAR);
 	if (sym != NULL) {
 		v = sym->var;
 		AN(v);




More information about the varnish-commit mailing list