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 na...@apache.org on 2009/09/06 18:48:03 UTC

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

Author: nandika
Date: Sun Sep  6 16:48:03 2009
New Revision: 811837

URL: http://svn.apache.org/viewvc?rev=811837&view=rev
Log:
patch provided in jira 1392 applied

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?rev=811837&r1=811836&r2=811837&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/om_element.c (original)
+++ webservices/axis2/trunk/c/axiom/src/om/om_element.c Sun Sep  6 16:48:03 2009
@@ -290,10 +290,6 @@
                 {
                     return default_ns;
                 }
-                else
-                {
-                    return NULL;
-                }
             }
 
             /** prefix is null , so iterate the namespaces hash to find the namespace */