Commit 51c0b030 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

We are only interested in variables here.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5389 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 12fa6302
......@@ -94,7 +94,7 @@ vcc_FindVar(struct vcc *tl, const struct token *t, int wr_access,
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment