Commit 16e5338e authored by Nils Goroll's avatar Nils Goroll

fix regression from 1bb0688c

thanks to coverity
parent 72ab7cd7
......@@ -815,7 +815,7 @@ shard_param_task(VRT_CTX, const void *id,
if (task->priv) {
p = task->priv;
CHECK_OBJ_NOTNULL(p, VMOD_SHARD_SHARD_PARAM_MAGIC);
assert(p->scope = SCOPE_TASK);
assert(p->scope == SCOPE_TASK);
/* XXX
VSL(SLT_Debug, 0,
"shard_param_task(id %p, pa %p) = %p (found, ws=%p)",
......
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