Skip to content
Snippets Groups Projects
Commit b875704d authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

fix typo and ignored conditional.

parent 863122d0
Branches
Tags
2 merge requests!136Master,!122Rewait fixes
......@@ -145,7 +145,7 @@ struct task *queue_gettask(struct queue *q, const struct task *prev,
/* If there are no tasks, leave immediately. */
if (q->count == 0) {
lock_unloc(qlock);
lock_unlock_blind(qlock);
return NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment