mirror of https://github.com/apache/cloudstack.git
if true, this could lead to the dog chasing its own tail
This commit is contained in:
parent
8006ed159b
commit
c504ce1aaf
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue