Return-Path: Delivered-To: apmail-ws-rampart-dev-archive@locus.apache.org Received: (qmail 92603 invoked from network); 13 Oct 2008 08:54:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Oct 2008 08:54:06 -0000 Received: (qmail 78116 invoked by uid 500); 13 Oct 2008 08:54:07 -0000 Delivered-To: apmail-ws-rampart-dev-archive@ws.apache.org Received: (qmail 78077 invoked by uid 500); 13 Oct 2008 08:54:06 -0000 Mailing-List: contact rampart-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: rampart-dev@ws.apache.org Delivered-To: mailing list rampart-dev@ws.apache.org Received: (qmail 78066 invoked by uid 99); 13 Oct 2008 08:54:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2008 01:54:06 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2008 08:53:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DBF6523888A5; Mon, 13 Oct 2008 01:53:45 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r703974 - /webservices/rampart/trunk/c/src/omxmlsec/axiom.c Date: Mon, 13 Oct 2008 08:53:45 -0000 To: rampart-dev@ws.apache.org From: shankar@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081013085345.DBF6523888A5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: shankar Date: Mon Oct 13 01:53:44 2008 New Revision: 703974 URL: http://svn.apache.org/viewvc?rev=703974&view=rev Log: fixing build break in linux Modified: webservices/rampart/trunk/c/src/omxmlsec/axiom.c Modified: webservices/rampart/trunk/c/src/omxmlsec/axiom.c URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/omxmlsec/axiom.c?rev=703974&r1=703973&r2=703974&view=diff ============================================================================== --- webservices/rampart/trunk/c/src/omxmlsec/axiom.c (original) +++ webservices/rampart/trunk/c/src/omxmlsec/axiom.c Mon Oct 13 01:53:44 2008 @@ -346,7 +346,6 @@ axiom_node_t *node = NULL; axiom_element_t *parent_ele = NULL; axiom_element_t *ele = NULL; - axis2_char_t *parent_name = NULL; qname = axutil_qname_create(env, local_name, ns_uri, prefix); parent_ele = axiom_node_get_data_element(parent, env);