PIVector reshape and etc...
This commit is contained in:
@@ -127,8 +127,8 @@ const DispatcherClient * DispatcherServer::getServer(int index) {
|
||||
map_mutex.lock();
|
||||
if (index >=0 && index < clients.size_s()) {
|
||||
tmp = clients[index];
|
||||
if (index_c_servers.contains(tmp)) ret = tmp;
|
||||
}
|
||||
if (index_c_servers.contains(tmp)) ret = tmp;
|
||||
map_mutex.unlock();
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user