Commit fd1c99ec authored by Nils Goroll's avatar Nils Goroll

ws snapshot signature changed in master - reason to branch 5.0

parent 6c353eaa
Pipeline #126 skipped
...@@ -153,7 +153,7 @@ match(const struct vrt_ctx *ctx, struct vmod_re_regex *re, vre_t *vre, ...@@ -153,7 +153,7 @@ match(const struct vrt_ctx *ctx, struct vmod_re_regex *re, vre_t *vre,
{ {
ov_t *ov; ov_t *ov;
int s, nov[MAX_OV]; int s, nov[MAX_OV];
char *snap; uintptr_t snap;
size_t cp; size_t cp;
CHECK_OBJ_NOTNULL(ctx, VRT_CTX_MAGIC); CHECK_OBJ_NOTNULL(ctx, VRT_CTX_MAGIC);
......
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