Removed a potentially dangerous

This commit is contained in:
Alex Huang 2011-04-29 09:54:37 -07:00
parent 6ce656220f
commit 2daa318009
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ public class StoragePoolMonitor implements Listener {
@Override
public synchronized boolean processDisconnect(long agentId, Status state) {
_storageManager.delPoolFromHost(agentId);
return true;
}