diff options
author | nandika | 2010-02-18 16:20:03 +0000 |
---|---|---|
committer | nandika | 2010-02-18 16:20:03 +0000 |
commit | 46f3c978c44608790a92ea94325d2544d2f9351b (patch) | |
tree | 65594bda75d77d1e0c37e984c0f284890e1c7020 /src/core/description/svc.c | |
parent | 3e5d0295ea38c1d31b9acabb2ff45f492d40cafc (diff) | |
download | axis2c-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/svc.c')
-rw-r--r-- | src/core/description/svc.c | 2 |
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); |