Merge branch '2.3' into develop

This commit is contained in:
Markus Mäkelä
2019-01-17 10:55:27 +02:00
2 changed files with 31 additions and 35 deletions

View File

@ -3086,8 +3086,8 @@ int poll_add_dcb(DCB* dcb)
}
else
{
// Round-robin the client connection worker assignment
owner = RoutingWorker::pick_worker();
// Assign to current worker
owner = RoutingWorker::get_current();
}
new_state = DCB_STATE_POLLING;