Commit 793f30b5 authored by Geoff Simmons's avatar Geoff Simmons

do not specify inlining for the internal match() function

parent 19d989bd
Pipeline #81 skipped
......@@ -147,7 +147,7 @@ vmod_regex__fini(struct vmod_re_regex **rep)
FREE_OBJ(re);
}
static inline VCL_BOOL
static VCL_BOOL
match(const struct vrt_ctx *ctx, struct vmod_re_regex *re, vre_t *vre,
VCL_STRING subject)
{
......
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