fix a regression in ConsoleProxyManagerImpl.java

This commit is contained in:
Kelven Yang 2011-05-06 15:44:45 -07:00
parent 7bc9165a9a
commit 346ee18f6a
1 changed files with 4 additions and 4 deletions

View File

@ -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();
}