You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/08/15 23:14:09 UTC

[13/20] git commit: S2S VPN: Fix wrong response name

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/e508c81e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e508c81e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e508c81e

Branch: refs/heads/4.0
Commit: e508c81e450d29a547d9d89524a077841160c2f1
Parents: 6bf4bd1
Author: Sheng Yang <sh...@citrix.com>
Authored: Tue Aug 14 09:45:36 2012 -0700
Committer: Alex Huang <al...@citrix.com>
Committed: Wed Aug 15 14:06:21 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/e508c81e/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 /////////////////////