Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C2CAFD870 for ; Wed, 15 Aug 2012 19:58:27 +0000 (UTC) Received: (qmail 4472 invoked by uid 500); 15 Aug 2012 19:58:27 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 4426 invoked by uid 500); 15 Aug 2012 19:58:27 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 4390 invoked by uid 99); 15 Aug 2012 19:58:27 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2012 19:58:27 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6184B1D698; Wed, 15 Aug 2012 19:58:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ahuang@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [3/10] git commit: S2S VPN: Fix wrong response name Message-Id: <20120815195827.6184B1D698@tyr.zones.apache.org> Date: Wed, 15 Aug 2012 19:58:27 +0000 (UTC) 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/563dba41 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/563dba41 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/563dba41 Branch: refs/heads/asf-4.0 Commit: 563dba415752674a0dc375bfbc9e103bbdfdfe03 Parents: 67c0c26 Author: Sheng Yang Authored: Tue Aug 14 09:45:36 2012 -0700 Committer: Alex Huang Committed: Wed Aug 15 12:55:44 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/563dba41/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 /////////////////////