You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ka...@apache.org on 2007/03/18 10:09:42 UTC

svn commit: r519576 - /webservices/axis2/trunk/c/axiom/src/om/om_element.c

Author: kaushalye
Date: Sun Mar 18 02:09:41 2007
New Revision: 519576

URL: http://svn.apache.org/viewvc?view=rev&rev=519576
Log:
Applying the patch sent for JIRA AXIS2C-498.


Modified:
    webservices/axis2/trunk/c/axiom/src/om/om_element.c

Modified: webservices/axis2/trunk/c/axiom/src/om/om_element.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/om_element.c?view=diff&rev=519576&r1=519575&r2=519576
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/om_element.c (original)
+++ webservices/axis2/trunk/c/axiom/src/om/om_element.c Sun Mar 18 02:09:41 2007
@@ -253,6 +253,8 @@
                 {
                     return default_ns;
                 }
+                else
+                    return NULL;
             }
             /** prefix is null , so iterate the namespaces hash to find the namespace */
             for (hashindex = axis2_hash_first(om_element->namespaces, env);



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org