CLOUDSTACK-2781: Fixed incorrect vpcId set in search criteria while listing network acls

This commit is contained in:
Kishan Kavala 2013-06-03 14:57:31 +05:30
parent 22bda5c3c9
commit 6cc9162e76
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class NetworkACLServiceImpl extends ManagerBase implements NetworkACLServ
}
if(vpcId != null){
sc.setParameters("vpcId", name);
sc.setParameters("vpcId", vpcId);
}
if(networkId != null){