mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
if true, this could lead to the dog chasing its own tail
This commit is contained in:
parent
5dba8cf430
commit
c21a214372
@ -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…
x
Reference in New Issue
Block a user