mirror of https://github.com/apache/cloudstack.git
bug 10997: No need to go further when we don't have a proper job to process
This commit is contained in:
parent
eca3d1cb90
commit
5172272d99
|
|
@ -839,6 +839,7 @@ public class SecurityGroupManagerImpl implements SecurityGroupManager, SecurityG
|
|||
ArrayList<Long> affectedVms = new ArrayList<Long>();
|
||||
affectedVms.add(userVmId);
|
||||
scheduleRulesetUpdateToHosts(affectedVms, true, _timeBetweenCleanups*1000l);
|
||||
return;
|
||||
}
|
||||
UserVm vm = null;
|
||||
Long seqnum = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue