fix build on master

This commit is contained in:
Edison Su 2011-03-04 15:22:21 -05:00
parent 592df450c2
commit 6b6577d5e9
1 changed files with 1 additions and 1 deletions

View File

@ -2183,7 +2183,7 @@ public class UserVmManagerImpl implements UserVmManager, UserVmService, Manager
throw new CloudRuntimeException("Unable to assign Vm to the group " + group);
}
_networkGroupMgr.addInstanceToGroups(vm.getId(), cmd.getSecurityGroupIdList());
_networkGroupMgr.addInstanceToGroups(vm.getId(), securityGroupIdList);
return vm;
}