Fix queued OP_SYNC execution
This commit is contained in:
@@ -530,6 +530,7 @@ finish:
|
|||||||
if (syncs_in_progress.size() > 0)
|
if (syncs_in_progress.size() > 0)
|
||||||
{
|
{
|
||||||
cur_op = syncs_in_progress.front();
|
cur_op = syncs_in_progress.front();
|
||||||
|
op_data = cur_op->op_data;
|
||||||
op_data->st++;
|
op_data->st++;
|
||||||
goto resume_2;
|
goto resume_2;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user