You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by su...@apache.org on 2008/04/19 09:54:44 UTC

svn commit: r649767 - /webservices/rampart/trunk/c/src/omxmlsec/saml/sutil.c

Author: supun
Date: Sat Apr 19 00:54:42 2008
New Revision: 649767

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

Modified:
    webservices/rampart/trunk/c/src/omxmlsec/saml/sutil.c

Modified: webservices/rampart/trunk/c/src/omxmlsec/saml/sutil.c
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/omxmlsec/saml/sutil.c?rev=649767&r1=649766&r2=649767&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/omxmlsec/saml/sutil.c (original)
+++ webservices/rampart/trunk/c/src/omxmlsec/saml/sutil.c Sat Apr 19 00:54:42 2008
@@ -41,8 +41,8 @@
 	oxs_sign_part_set_transforms(sig_part, env, trans);
 	oxs_sign_part_set_id_name(sig_part, env, id);
 
-	//ns = axiom_namespace_create(env, "", "");
-	//oxs_sign_part_set_sign_namespace(sig_part,env, ns);
+	/*ns = axiom_namespace_create(env, "", "");
+	oxs_sign_part_set_sign_namespace(sig_part,env, ns);*/
 
 	sig_parts = axutil_array_list_create(env, SAML_ARRAY_LIST_DEF);
 	axutil_array_list_add(sig_parts, env, sig_part);