You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2006/10/03 11:42:06 UTC

svn commit: r452376 - /webservices/axis2/trunk/c/rampart/src/omxmlsec/token_encrypted_type.c

Author: nandika
Date: Tue Oct  3 02:42:06 2006
New Revision: 452376

URL: http://svn.apache.org/viewvc?view=rev&rev=452376
Log:
error corrected

Modified:
    webservices/axis2/trunk/c/rampart/src/omxmlsec/token_encrypted_type.c

Modified: webservices/axis2/trunk/c/rampart/src/omxmlsec/token_encrypted_type.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/src/omxmlsec/token_encrypted_type.c?view=diff&rev=452376&r1=452375&r2=452376
==============================================================================
--- webservices/axis2/trunk/c/rampart/src/omxmlsec/token_encrypted_type.c (original)
+++ webservices/axis2/trunk/c/rampart/src/omxmlsec/token_encrypted_type.c Tue Oct  3 02:42:06 2006
@@ -33,7 +33,7 @@
 {
     axiom_node_t *encrypted_type_node = NULL;
     axiom_element_t *encrypted_type_ele = NULL;
-    axiom_attribute_t *type_attr = NULL
+    axiom_attribute_t *type_attr = NULL;
     axiom_attribute_t *id_attr = NULL;
     int ret;
     axiom_namespace_t *ns_obj = NULL;



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