Commit 0252cae9 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Typo in -X matching in varnishapi

Fixes: #681



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4981 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 58e0a04f
......@@ -253,7 +253,7 @@ VSL_NextLog(const struct VSM_data *vd, uint32_t **pp)
continue;
}
if (vsl->regexcl != NULL) {
i = VRE_exec(vsl->regincl, VSL_DATA(p), VSL_LEN(p),
i = VRE_exec(vsl->regexcl, VSL_DATA(p), VSL_LEN(p),
0, 0, NULL, 0);
if (i != VRE_ERROR_NOMATCH)
continue;
......
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