Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 68110 invoked from network); 27 Aug 2007 09:09:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2007 09:09:09 -0000 Received: (qmail 70647 invoked by uid 500); 27 Aug 2007 09:09:04 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 70540 invoked by uid 500); 27 Aug 2007 09:09:04 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 70529 invoked by uid 500); 27 Aug 2007 09:09:04 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 70526 invoked by uid 99); 27 Aug 2007 09:09:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 02:09:04 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 09:09:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B49961A9832; Mon, 27 Aug 2007 02:08:47 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r570047 - /webservices/axis2/trunk/c/axiom/src/om/om_namespace.c Date: Mon, 27 Aug 2007 09:08:47 -0000 To: axis2-cvs@ws.apache.org From: manjula@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070827090847.B49961A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: manjula Date: Mon Aug 27 02:08:47 2007 New Revision: 570047 URL: http://svn.apache.org/viewvc?rev=570047&view=rev Log: Fixing a bug. Modified: webservices/axis2/trunk/c/axiom/src/om/om_namespace.c Modified: webservices/axis2/trunk/c/axiom/src/om/om_namespace.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/om_namespace.c?rev=570047&r1=570046&r2=570047&view=diff ============================================================================== --- webservices/axis2/trunk/c/axiom/src/om/om_namespace.c (original) +++ webservices/axis2/trunk/c/axiom/src/om/om_namespace.c Mon Aug 27 02:08:47 2007 @@ -52,7 +52,7 @@ return NULL; } - om_namespace->ref = 1; + om_namespace->ref = 0; om_namespace->prefix = NULL; om_namespace->uri = NULL; om_namespace->key = NULL; --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org