Commit 32ee20fd authored by Nils Goroll's avatar Nils Goroll Committed by Geoff Simmons

remove a dumb assertion

parent 2e0487d4
......@@ -215,7 +215,6 @@ vped_task(struct worker *wrk, void *priv)
task_fini(pesi_tree, pesi);
break;
case T_SUBREQ:
assert (node->type == T_SUBREQ);
assert(pesi == req->transport_priv);
Lck_Lock(&pesi_tree->tree->tree_lock);
task_fini(pesi_tree, pesi);
......
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