mirror of https://github.com/apache/cloudstack.git
server: Fix vpclimit count for listAcccount API response (#11686)
This commit is contained in:
parent
98b9af2904
commit
96992d3d64
|
|
@ -464,7 +464,7 @@ public class AccountResponse extends BaseResponse implements ResourceLimitAndCou
|
|||
|
||||
@Override
|
||||
public void setVpcLimit(String vpcLimit) {
|
||||
this.vpcLimit = networkLimit;
|
||||
this.vpcLimit = vpcLimit;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue