Fixed bug which prevented clients from kicking client from channel
This commit is contained in:
		
							parent
							
								
									db8e232bfa
								
							
						
					
					
						commit
						45229e1e8e
					
				@ -424,7 +424,7 @@ void VirtualServer::client_move(
 | 
			
		||||
 | 
			
		||||
    TIMING_START(timings);
 | 
			
		||||
    if(!server_channel_write_lock.owns_lock()) {
 | 
			
		||||
        server_channel_write_lock.unlock();
 | 
			
		||||
        server_channel_write_lock.lock();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    TIMING_STEP(timings, "chan tree l");
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user