Using this->ref() and this->weak_ref() instead of direct member access

This commit is contained in:
WolverinDEV
2021-02-21 20:28:59 +01:00
parent e9445d6568
commit 71b2d734bd
31 changed files with 220 additions and 201 deletions
+1 -1
View File
@@ -532,7 +532,7 @@ void VirtualServer::client_move(
}
if (s_target_channel) {
if(target->update_cached_permissions()) /* update cached calculated permissions */
if(target->update_client_needed_permissions()) /* update cached calculated permissions */
target->sendNeededPermissions(false);
TIMING_STEP(timings, "perm gr upd");