mirror of https://github.com/apache/cloudstack.git
fix a regression in ConsoleProxyManagerImpl.java
This commit is contained in:
parent
7bc9165a9a
commit
346ee18f6a
|
|
@ -314,11 +314,11 @@ public class ConsoleProxyManagerImpl implements ConsoleProxyManager, ConsoleProx
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (proxy == null) {
|
||||
proxy = assignProxyFromRunningPool(dataCenterId);
|
||||
}
|
||||
}
|
||||
|
||||
if (proxy == null) {
|
||||
proxy = assignProxyFromRunningPool(dataCenterId);
|
||||
}
|
||||
} finally {
|
||||
_allocProxyLock.unlock();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue