From 829fe320c5d770b60af461b9f975802683f3a1d7 Mon Sep 17 00:00:00 2001 From: nandika Date: Sat, 19 Jun 2010 18:10:53 +0000 Subject: serialization bug in axiom fixed git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@956263 13f79535-47bb-0310-9956-ffa450edef68 --- axiom/src/om/om_stax_builder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'axiom') diff --git a/axiom/src/om/om_stax_builder.c b/axiom/src/om/om_stax_builder.c index 052ce89..fc7dfce 100644 --- a/axiom/src/om/om_stax_builder.c +++ b/axiom/src/om/om_stax_builder.c @@ -311,7 +311,7 @@ axiom_stax_builder_create_om_text( AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "Cannot create axiom_text"); return NULL; } - + axiom_node_set_builder(node, env, om_builder); axiom_node_set_complete(node, env, AXIS2_TRUE); om_builder->lastnode = node; return node; -- cgit v1.1-32-gdbae