Skip to content

Commit 549daae

Browse files
GeanJairGean Jair Silva
andauthored
correction in vpc limit assignment (#13627)
Co-authored-by: Gean Jair Silva <gean.silva@scclouds.com.br>
1 parent e8df87e commit 549daae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/api/response/DomainResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ public void setNetworkAvailable(String networkAvailable) {
357357

358358
@Override
359359
public void setVpcLimit(String vpcLimit) {
360-
this.vpcLimit = networkLimit;
360+
this.vpcLimit = vpcLimit;
361361
}
362362

363363
@Override

0 commit comments

Comments
 (0)