From 46f3c978c44608790a92ea94325d2544d2f9351b Mon Sep 17 00:00:00 2001 From: nandika Date: Thu, 18 Feb 2010 16:20:03 +0000 Subject: git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@911473 13f79535-47bb-0310-9956-ffa450edef68 --- src/core/description/svc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') 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); -- cgit v1.1-32-gdbae