Skip to content

Commit 64fb826

Browse files
author
Murali Reddy
committed
fixing build break due to commit a3a5862
1 parent 8b90966 commit 64fb826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/org/apache/cloudstack/api/command/user/nat/EnableStaticNatCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public long getEntityOwnerId() {
120120
@Override
121121
public void execute() throws ResourceUnavailableException{
122122
try {
123-
boolean result = _rulesService.enableStaticNat(ipAddressId, virtualMachineId, getNetworkId(), false, getVmSecondaryIp());
123+
boolean result = _rulesService.enableStaticNat(ipAddressId, virtualMachineId, getNetworkId(), getVmSecondaryIp());
124124
if (result) {
125125
SuccessResponse response = new SuccessResponse(getCommandName());
126126
this.setResponseObject(response);

0 commit comments

Comments
 (0)