Using this->ref() and this->weak_ref() instead of direct member access
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user