summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/description/svc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/description/svc.c b/src/core/description/svc.c
index 84f7f35..9c09157 100644
--- a/src/core/description/svc.c
+++ b/src/core/description/svc.c
@@ -1042,7 +1042,7 @@ axis2_svc_disengage_module(
if(status == AXIS2_SUCCESS)
{
/** Remove this module from the engaged modules list */
- axutil_qname_t *mod_qname = NULL;
+ const axutil_qname_t *mod_qname = NULL;
int i = 0, size = 0;
mod_qname = axis2_module_desc_get_qname(module_desc, env);