summaryrefslogtreecommitdiffstats
path: root/neethi
diff options
context:
space:
mode:
authorGravatar nandika2010-06-30 11:17:53 +0000
committerGravatar nandika2010-06-30 11:17:53 +0000
commitbf9669e447f268940d93b5073f742b6187721d6d (patch)
tree0fa9f36254c99bbcd68ca926a094584a3a72f136 /neethi
parent2c5f0c61045e0482dcb08b02853f3bb989e9fd2e (diff)
downloadaxis2c-bf9669e447f268940d93b5073f742b6187721d6d.tar.gz
axis2c-bf9669e447f268940d93b5073f742b6187721d6d.tar.bz2
building error corrected
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@959267 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'neethi')
-rw-r--r--neethi/src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/neethi/src/util.c b/neethi/src/util.c
index ca3d790..e722748 100644
--- a/neethi/src/util.c
+++ b/neethi/src/util.c
@@ -50,7 +50,7 @@ neethi_util_create_policy_from_file(
axiom_stax_builder_free(builder, env);
return NULL;
}
-
+ root_node = axiom_document_get_root_element(document,env);
root_node = axiom_document_build_all(document, env);
if(!root_node)
{