mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2781: Fixed incorrect vpcId set in search criteria while listing network acls
This commit is contained in:
parent
22bda5c3c9
commit
6cc9162e76
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in New Issue