Author: nandika
Date: Thu Feb 18 16:20:03 2010
New Revision: 911473
URL: http://svn.apache.org/viewvc?rev=911473&view=rev
Log: (empty)
Modified:
axis/axis2/c/core/trunk/src/core/description/svc.c
Modified: axis/axis2/c/core/trunk/src/core/description/svc.c
URL:
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/description/svc.c?rev=911473&r1=911472&r2=911473&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/description/svc.c (original)
+++ axis/axis2/c/core/trunk/src/core/description/svc.c Thu Feb 18 16:20:03 2010
@@ -1042,7 +1042,7 @@
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);