Fix assertion

Conflicts:
	src/vdp_pesi.c
parent 176d3de9
......@@ -611,7 +611,7 @@ pesi_buf_bytes(struct req *req, enum vdp_action act, void **priv,
Lck_Lock(&tree->tree_lock);
if (parent->state == ST_PRIVATE)
set_open(tree, parent, req->wrk);
assert(parent->state = ST_OPEN);
assert(parent->state == ST_OPEN);
tree_deliver(req, tree);
Lck_Unlock(&tree->tree_lock);
}
......
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