Author: nandika
Date: Wed Jun 30 11:17:53 2010
New Revision: 959267
URL: http://svn.apache.org/viewvc?rev=959267&view=rev
Log:
building error corrected
Modified:
axis/axis2/c/core/trunk/neethi/src/util.c
Modified: axis/axis2/c/core/trunk/neethi/src/util.c
URL:
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/neethi/src/util.c?rev=959267&r1=959266&r2=959267&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/neethi/src/util.c (original)
+++ axis/axis2/c/core/trunk/neethi/src/util.c Wed Jun 30 11:17:53 2010
@@ -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)
{