summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/description/svc_grp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/description/svc_grp.c b/src/core/description/svc_grp.c
index 6534865..9417654 100644
--- a/src/core/description/svc_grp.c
+++ b/src/core/description/svc_grp.c
@@ -440,7 +440,7 @@ axis2_svc_grp_engage_module(
AXIS2_PARAM_CHECK(env->error, module_name, AXIS2_FAILURE);
size = axutil_array_list_size(svc_grp->module_qname_list, env);
- for(i = 0; size; i++)
+ for(i = 0; i < size; i++)
{
modu = axutil_array_list_get(svc_grp->module_qname_list, env, i);
modu_local = axutil_qname_get_localpart(modu, env);