summaryrefslogtreecommitdiffstats
path: root/util/src
diff options
context:
space:
mode:
authorGravatar nandika2010-02-22 09:17:58 +0000
committerGravatar nandika2010-02-22 09:17:58 +0000
commitd93703f859f5e5b00d5ffe53b1a12d6dbb527fcf (patch)
treec2c2f5e60c5f7ba268bd355b5c6fde92f9dc9f55 /util/src
parentc8df50d43aa411ec7968dd7816d655da141a998f (diff)
downloadaxis2c-d93703f859f5e5b00d5ffe53b1a12d6dbb527fcf.tar.gz
axis2c-d93703f859f5e5b00d5ffe53b1a12d6dbb527fcf.tar.bz2
class_loader.c updated
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@912518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'util/src')
-rw-r--r--util/src/class_loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/src/class_loader.c b/util/src/class_loader.c
index ea3be7d..4e0a335 100644
--- a/util/src/class_loader.c
+++ b/util/src/class_loader.c
@@ -131,7 +131,7 @@ axutil_class_loader_create_dll(
AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "%s shared lib loaded successfully",
axutil_dll_desc_get_name(dll_desc, env));
}
-
+ axutil_param_set_param_type(impl_info_param, env, AXIS2_DLL_PARAM);
return obj;
}