if true, this could lead to the dog chasing its own tail

This commit is contained in:
Chiradeep Vittal 2011-08-29 00:09:50 -07:00
parent 5dba8cf430
commit c21a214372

View File

@ -844,7 +844,7 @@ public class SecurityGroupManagerImpl implements SecurityGroupManager, SecurityG
}
ArrayList<Long> affectedVms = new ArrayList<Long>();
affectedVms.add(userVmId);
scheduleRulesetUpdateToHosts(affectedVms, true, _timeBetweenCleanups*1000l);
scheduleRulesetUpdateToHosts(affectedVms, false, _timeBetweenCleanups*1000l);
return;
}
UserVm vm = null;