diff options
author | nandika | 2010-06-19 18:10:53 +0000 |
---|---|---|
committer | nandika | 2010-06-19 18:10:53 +0000 |
commit | 829fe320c5d770b60af461b9f975802683f3a1d7 (patch) | |
tree | 7e70e8bac2abd50f2a60b34c5ef8206e4e9da899 /axiom | |
parent | 26b6b60b10f563922588f3c518991e78547c60f3 (diff) | |
download | axis2c-829fe320c5d770b60af461b9f975802683f3a1d7.tar.gz axis2c-829fe320c5d770b60af461b9f975802683f3a1d7.tar.bz2 |
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
Diffstat (limited to 'axiom')
-rw-r--r-- | axiom/src/om/om_stax_builder.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |