You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2006/11/10 13:19:55 UTC

svn commit: r473321 - /webservices/sandesha/trunk/c/src/workers/in_order_invoker.c

Author: damitha
Date: Fri Nov 10 04:19:54 2006
New Revision: 473321

URL: http://svn.apache.org/viewvc?view=rev&rev=473321
Log:
Fixed a bug that found when running in windows

Modified:
    webservices/sandesha/trunk/c/src/workers/in_order_invoker.c

Modified: webservices/sandesha/trunk/c/src/workers/in_order_invoker.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/workers/in_order_invoker.c?view=diff&rev=473321&r1=473320&r2=473321
==============================================================================
--- webservices/sandesha/trunk/c/src/workers/in_order_invoker.c (original)
+++ webservices/sandesha/trunk/c/src/workers/in_order_invoker.c Fri Nov 10 04:19:54 2006
@@ -266,6 +266,8 @@
         int i = 0;
 
         AXIS2_SLEEP(1);
+        if(!invoker->conf_ctx || !invoker->conf_ctx->ops)
+            return NULL;
         storage_mgr = sandesha2_utils_get_storage_mgr(env, 
                         invoker->conf_ctx, 
                         AXIS2_CONF_CTX_GET_CONF(invoker->conf_ctx, env));



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