From 676ca3bbae240076483e0b032629f9d4e7f47d2a Mon Sep 17 00:00:00 2001 From: nandika Date: Thu, 18 Feb 2010 06:19:14 +0000 Subject: op updated git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@911259 13f79535-47bb-0310-9956-ffa450edef68 --- src/core/description/op.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core') diff --git a/src/core/description/op.c b/src/core/description/op.c index 75affce..99b98df 100644 --- a/src/core/description/op.c +++ b/src/core/description/op.c @@ -1392,9 +1392,8 @@ axis2_op_is_module_engaged( axutil_array_list_t *collection_module = NULL; axis2_module_desc_t *module_desc = NULL; axis2_char_t *opname = NULL; - axis2_char_t *modname = NULL; - opname = axutil_qname_get_localpart(axis2_op_get_qname(op, env), env); + opname = axutil_qname_get_localpart(axis2_op_get_qname((void*)op, env), env); collection_module = op->engaged_module_list; if(collection_module) { -- cgit v1.1-32-gdbae