You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2005/12/13 07:13:55 UTC

svn commit: r356486 - /webservices/axis2/trunk/c/modules/core/description/src/svc.c

Author: damitha
Date: Mon Dec 12 22:13:50 2005
New Revision: 356486

URL: http://svn.apache.org/viewcvs?rev=356486&view=rev
Log:
Fixed a small bug

Modified:
    webservices/axis2/trunk/c/modules/core/description/src/svc.c

Modified: webservices/axis2/trunk/c/modules/core/description/src/svc.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/description/src/svc.c?rev=356486&r1=356485&r2=356486&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/src/svc.c (original)
+++ webservices/axis2/trunk/c/modules/core/description/src/svc.c Mon Dec 12 22:13:50 2005
@@ -908,7 +908,7 @@
         params = AXIS2_OPERATION_GET_PARAMS(axis2_opt, env);
         /* Adding wsa-maping into service */
         size = AXIS2_ARRAY_LIST_SIZE(params, env);
-        if(AXIS2_TRUE != size)
+        if(AXIS2_TRUE != AXIS2_ERROR_GET_STATUS_CODE((*env)->error))
         {
             if(pr)
                 AXIS2_PHASE_RESOLVER_FREE(pr, env);