Author: milinda
Date: Tue Nov 13 03:19:15 2007
New Revision: 594486

URL: http://svn.apache.org/viewvc?rev=594486&view=rev
Log:
fixed a typo.

Modified:
    webservices/rampart/trunk/c/src/omxmlsec/xml_signature.c

Modified: webservices/rampart/trunk/c/src/omxmlsec/xml_signature.c
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/omxmlsec/xml_signature.c?rev=594486&r1=594485&r2=594486&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/omxmlsec/xml_signature.c (original)
+++ webservices/rampart/trunk/c/src/omxmlsec/xml_signature.c Tue Nov 13 
03:19:15 2007
@@ -373,7 +373,7 @@
                return AXIS2_FAILURE;
     /*Find the node refered by this ref_id2 and set to the sign part*/
        if(ns)
-               ns_uri = axiom_namespace_get_uri(ns, env, ns);
+               ns_uri = axiom_namespace_get_uri(ns, env);
        else
                ns_uri = "";
 


Reply via email to