From 95347d2a5ebc07d5f372543aee7f52b503c18025 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Tue, 21 Aug 2012 17:06:18 -0700 Subject: [PATCH] CS-16119: Fix wrong container name of updateVpnCustomerGateway Reviewed-by: Frank Zhang --- api/src/com/cloud/api/commands/UpdateVpnCustomerGatewayCmd.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/com/cloud/api/commands/UpdateVpnCustomerGatewayCmd.java b/api/src/com/cloud/api/commands/UpdateVpnCustomerGatewayCmd.java index 9fe5a1eed87..491c1f6e49b 100644 --- a/api/src/com/cloud/api/commands/UpdateVpnCustomerGatewayCmd.java +++ b/api/src/com/cloud/api/commands/UpdateVpnCustomerGatewayCmd.java @@ -35,7 +35,7 @@ import com.cloud.user.UserContext; public class UpdateVpnCustomerGatewayCmd extends BaseAsyncCmd { public static final Logger s_logger = Logger.getLogger(UpdateVpnCustomerGatewayCmd.class.getName()); - private static final String s_name = "updatecustomergatewayresponse"; + private static final String s_name = "updatevpncustomergatewayresponse"; ///////////////////////////////////////////////////// //////////////// API parameters /////////////////////