diff options
author | nandika | 2010-02-18 06:19:14 +0000 |
---|---|---|
committer | nandika | 2010-02-18 06:19:14 +0000 |
commit | 676ca3bbae240076483e0b032629f9d4e7f47d2a (patch) | |
tree | 8f77beac9f5c76f5b2cd2059f75d7d6b79793549 /src/core/description | |
parent | 950c199823fa924aadcabd05d581384bfb71544d (diff) | |
download | axis2c-676ca3bbae240076483e0b032629f9d4e7f47d2a.tar.gz axis2c-676ca3bbae240076483e0b032629f9d4e7f47d2a.tar.bz2 |
op updated
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@911259 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/core/description')
-rw-r--r-- | src/core/description/op.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) { |