summaryrefslogtreecommitdiffstats
path: root/axiom
diff options
context:
space:
mode:
authorGravatar shankar2010-03-23 10:12:10 +0000
committerGravatar shankar2010-03-23 10:12:10 +0000
commit34b4cde423f1180d68526c6d401d84ab7881c8c1 (patch)
tree2bee862fe9f13217a2acdaae4169197ac095424a /axiom
parentd45f051fd09f8f75e33dc7b8e57f91b4b68201d5 (diff)
downloadaxis2c-34b4cde423f1180d68526c6d401d84ab7881c8c1.tar.gz
axis2c-34b4cde423f1180d68526c6d401d84ab7881c8c1.tar.bz2
Fixing issue AXIS2C-1407
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@926515 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'axiom')
-rw-r--r--axiom/src/om/om_stax_builder.c2
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 892a46c..aece97e 100644
--- a/axiom/src/om/om_stax_builder.c
+++ b/axiom/src/om/om_stax_builder.c
@@ -764,7 +764,7 @@ axiom_stax_builder_next(
break;
}
}
- while(!node);
+ while(!node && !axiom_node_is_complete(om_builder->root_node, env));
return node;
}