diff options
Diffstat (limited to 'src/core/deployment')
-rw-r--r-- | src/core/deployment/dep_engine.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/deployment/dep_engine.c b/src/core/deployment/dep_engine.c index 260b464..f285fb7 100644 --- a/src/core/deployment/dep_engine.c +++ b/src/core/deployment/dep_engine.c @@ -903,6 +903,7 @@ axis2_dep_engine_load_client( "No memory. Allocation for Axis2 Configuration failed"); return NULL; } + axis2_conf_set_dep_engine(dep_engine->conf, env, dep_engine); dep_engine->conf_builder = axis2_conf_builder_create_with_file_and_dep_engine_and_conf(env, dep_engine->conf_name, dep_engine, dep_engine->conf); @@ -1789,7 +1790,7 @@ axis2_dep_engine_build_module( module->handler_create_func_map); } - dep_engine->curr_file = NULL; + /*dep_engine->curr_file = NULL;*/ return module_desc; } |