Author: damitha
Date: Mon Jun 28 21:20:17 2010
New Revision: 958745
URL: http://svn.apache.org/viewvc?rev=958745&view=rev
Log:
Fixed AXIS2C-1430
Modified:
axis/axis2/c/core/trunk/src/core/deployment/dep_engine.c
Modified: axis/axis2/c/core/trunk/src/core/deployment/dep_engine.c
URL:
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/deployment/dep_engine.c?rev=958745&r1=958744&r2=958745&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/deployment/dep_engine.c (original)
+++ axis/axis2/c/core/trunk/src/core/deployment/dep_engine.c Mon Jun 28
21:20:17 2010
@@ -1329,8 +1329,8 @@ axis2_dep_engine_add_module_flow_handler
handlermd = axis2_flow_get_handler(flow, env, j);
handler_name = axis2_handler_desc_get_name(handlermd, env);
- handler_create_func = axutil_hash_get(handler_create_func_map,
axutil_string_get_buffer(
- handler_name, env), AXIS2_HASH_KEY_STRING);
+ handler_create_func = (AXIS2_HANDLER_CREATE_FUNC)
axutil_hash_get(handler_create_func_map,
+ axutil_string_get_buffer(handler_name, env),
AXIS2_HASH_KEY_STRING);
handler = handler_create_func(env, handler_name);
axis2_handler_init(handler, env, handlermd);