From e508c81e450d29a547d9d89524a077841160c2f1 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Tue, 14 Aug 2012 09:45:36 -0700 Subject: [PATCH] S2S VPN: Fix wrong response name --- api/src/com/cloud/api/commands/DeleteVpnCustomerGatewayCmd.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/com/cloud/api/commands/DeleteVpnCustomerGatewayCmd.java b/api/src/com/cloud/api/commands/DeleteVpnCustomerGatewayCmd.java index 0a3d7663f62..df853234dd2 100644 --- a/api/src/com/cloud/api/commands/DeleteVpnCustomerGatewayCmd.java +++ b/api/src/com/cloud/api/commands/DeleteVpnCustomerGatewayCmd.java @@ -34,7 +34,7 @@ import com.cloud.user.Account; public class DeleteVpnCustomerGatewayCmd extends BaseAsyncCmd { public static final Logger s_logger = Logger.getLogger(DeleteVpnCustomerGatewayCmd.class.getName()); - private static final String s_name = "deletecustomergatewayresponse"; + private static final String s_name = "deletevpncustomergatewayresponse"; ///////////////////////////////////////////////////// //////////////// API parameters /////////////////////