summaryrefslogtreecommitdiffstats
path: root/src/core/description
diff options
context:
space:
mode:
authorGravatar nandika2010-02-18 16:20:03 +0000
committerGravatar nandika2010-02-18 16:20:03 +0000
commit46f3c978c44608790a92ea94325d2544d2f9351b (patch)
tree65594bda75d77d1e0c37e984c0f284890e1c7020 /src/core/description
parent3e5d0295ea38c1d31b9acabb2ff45f492d40cafc (diff)
downloadaxis2c-46f3c978c44608790a92ea94325d2544d2f9351b.tar.gz
axis2c-46f3c978c44608790a92ea94325d2544d2f9351b.tar.bz2
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@911473 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/core/description')
-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);