bug 10997: No need to go further when we don't have a proper job to process

This commit is contained in:
Chiradeep Vittal 2011-08-18 12:08:34 -07:00
parent eca3d1cb90
commit 5172272d99
1 changed files with 1 additions and 0 deletions

View File

@ -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;