Commit a943e8b8 authored by Nils Goroll's avatar Nils Goroll

ws snapshot signature changed

parent 562af9f5
Pipeline #125 skipped
...@@ -227,7 +227,7 @@ ws_alloc_digest(VRT_CTX, const size_t digestsz, ...@@ -227,7 +227,7 @@ ws_alloc_digest(VRT_CTX, const size_t digestsz,
const char * const restrict caller) const char * const restrict caller)
{ {
struct vmod_priv *b; struct vmod_priv *b;
char *snap; uintptr_t snap;
CHECK_OBJ_NOTNULL(ctx->ws, WS_MAGIC); CHECK_OBJ_NOTNULL(ctx->ws, WS_MAGIC);
snap = WS_Snapshot(ctx->ws); snap = WS_Snapshot(ctx->ws);
......
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