Commit e70e755e authored by Claes Sjofors's avatar Claes Sjofors

Qdb bugfix in qdb_Wait(), couldn't be called twice

parent b5c26b68
......@@ -1588,6 +1588,9 @@ qdb_Wait (
qdb_AssumeLocked;
if (pool_QisLinked(sts, &qdb->pool, &qp->eve_ll))
pool_Qremove(sts, &qdb->pool, &qp->eve_ll);
pool_QinsertPred(NULL, &qdb->pool, &qp->eve_ll, &ep->eve_lh);
return qos_WaitQue(sts, qp, tmo);
......
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