Commit 84536da0 authored by Nils Goroll's avatar Nils Goroll

Revert "adjust for master changes"

This reverts commit 5829411d.
parent e8123a22
...@@ -308,11 +308,9 @@ get_scope(const struct vrt_ctx * const restrict ctx, ...@@ -308,11 +308,9 @@ get_scope(const struct vrt_ctx * const restrict ctx,
return NULL; return NULL;
} }
assert(ctx->req->top);
priv = VRT_priv_top(ctx, (void *)h); priv = VRT_priv_top(ctx, (void *)h);
if (ctx->req->top) ws = ctx->req->top->ws;
ws = ctx->req->top->topreq->ws;
else
ws = ctx->req->ws;
break; break;
} }
default: default:
......
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