diff options
-rw-r--r-- | neethi/src/util.c | 2 |
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) { |