S2S VPN: Fix wrong response name

Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/991fb3d1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/991fb3d1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/991fb3d1

Branch: refs/heads/master
Commit: 991fb3d189dee1b93510822531d50102f1431d47
Parents: 37f646f
Author: Sheng Yang <[email protected]>
Authored: Tue Aug 14 09:45:36 2012 -0700
Committer: Sheng Yang <[email protected]>
Committed: Tue Aug 14 09:53:35 2012 -0700

----------------------------------------------------------------------
 .../api/commands/DeleteVpnCustomerGatewayCmd.java  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/991fb3d1/api/src/com/cloud/api/commands/DeleteVpnCustomerGatewayCmd.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/api/commands/DeleteVpnCustomerGatewayCmd.java 
b/api/src/com/cloud/api/commands/DeleteVpnCustomerGatewayCmd.java
index 0a3d766..df85323 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 /////////////////////

Reply via email to