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 2010/01/22 12:57:36 UTC

svn commit: r902066 - /webservices/axis2/trunk/c/src/core/receivers/msg_recv.c

Author: nandika
Date: Fri Jan 22 11:57:36 2010
New Revision: 902066

URL: http://svn.apache.org/viewvc?rev=902066&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/src/core/receivers/msg_recv.c

Modified: webservices/axis2/trunk/c/src/core/receivers/msg_recv.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/receivers/msg_recv.c?rev=902066&r1=902065&r2=902066&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/receivers/msg_recv.c (original)
+++ webservices/axis2/trunk/c/src/core/receivers/msg_recv.c Fri Jan 22 11:57:36 2010
@@ -141,7 +141,7 @@
     {
 		axis2_conf_t *conf = NULL;
 		conf = axis2_conf_ctx_get_conf(msg_recv->conf_ctx, env);
-        AXIS2_SVC_SKELETON_INIT_WITH_CONF((axis2_svc_skeleton_t *)impl_class, env, conf);
+        AXIS2_SVC_SKELETON_INIT((axis2_svc_skeleton_t *)impl_class, env);
     }
 
     axis2_svc_set_impl_class(svc, env, impl_class);