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 na...@apache.org on 2006/10/31 19:44:28 UTC

svn commit: r469602 - /webservices/axis2/trunk/c/modules/core/engine/addr_disp.c

Author: nandika
Date: Tue Oct 31 10:44:27 2006
New Revision: 469602

URL: http://svn.apache.org/viewvc?view=rev&rev=469602
Log:
replyTo problem fixed

Modified:
    webservices/axis2/trunk/c/modules/core/engine/addr_disp.c

Modified: webservices/axis2/trunk/c/modules/core/engine/addr_disp.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/engine/addr_disp.c?view=diff&rev=469602&r1=469601&r2=469602
==============================================================================
--- webservices/axis2/trunk/c/modules/core/engine/addr_disp.c (original)
+++ webservices/axis2/trunk/c/modules/core/engine/addr_disp.c Tue Oct 31 10:44:27 2006
@@ -232,12 +232,13 @@
                                 AXIS2_MSG_CTX_SET_SVC_GRP_CTX_ID(msg_ctx, env,
                                         AXIS2_SVC_GRP_CTX_GET_ID(svc_grp_ctx, env));
                             }
+                            return AXIS2_SUCCESS;
                         }
                     }
                 }
             }
         }
-        return AXIS2_SUCCESS;
+        
     }
 
     msg_ctx->ops->find_svc = axis2_addr_disp_find_svc;



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org