mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	Fixed a coverity reported concurrency issue
Signed-off-by: Santhosh Edukulla <santhosh.edukulla@gmail.com>
This commit is contained in:
		
							parent
							
								
									221c118b4f
								
							
						
					
					
						commit
						64b9ca0a35
					
				@ -504,8 +504,10 @@ public class ConsoleProxy {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public static ConsoleProxyClientStatsCollector getStatsCollector() {
 | 
			
		||||
        synchronized (connectionMap) {
 | 
			
		||||
            return new ConsoleProxyClientStatsCollector(connectionMap);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public static void authenticationExternally(ConsoleProxyClientParam param) throws AuthenticationException {
 | 
			
		||||
        ConsoleProxyAuthenticationResult authResult = authenticateConsoleAccess(param, false);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user