You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by da...@apache.org on 2007/02/15 06:04:06 UTC

svn commit: r507819 - /webservices/sandesha/trunk/c/src/storage/permanent/permanent_transaction.c

Author: damitha
Date: Wed Feb 14 21:04:06 2007
New Revision: 507819

URL: http://svn.apache.org/viewvc?view=rev&rev=507819
Log:
fixed a small bug

Modified:
    webservices/sandesha/trunk/c/src/storage/permanent/permanent_transaction.c

Modified: webservices/sandesha/trunk/c/src/storage/permanent/permanent_transaction.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/permanent/permanent_transaction.c?view=diff&rev=507819&r1=507818&r2=507819
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/permanent/permanent_transaction.c (original)
+++ webservices/sandesha/trunk/c/src/storage/permanent/permanent_transaction.c Wed Feb 14 21:04:06 2007
@@ -101,7 +101,9 @@
     axis2_conf_ctx_t *conf_ctx = NULL;
     axis2_conf_t *conf = NULL;
     sandesha2_property_bean_t *prop_bean = NULL;
-    
+    axis2_ctx_t *conf_ctx_base = NULL; 
+    axis2_property_t *property = NULL;
+
     AXIS2_ENV_CHECK(env, NULL);
     
     trans_impl =  (sandesha2_permanent_transaction_impl_t *)AXIS2_MALLOC 
@@ -139,8 +141,8 @@
         }
         axis2_qname_free(qname, env);
     }
-    axis2_ctx_t *conf_ctx_base = axis2_conf_ctx_get_base(conf_ctx, env);
-    axis2_property_t *property = axis2_ctx_get_property(conf_ctx_base, env, 
+    conf_ctx_base = axis2_conf_ctx_get_base(conf_ctx, env);
+    property = axis2_ctx_get_property(conf_ctx_base, env, 
         SANDESHA2_IS_SVR_SIDE, AXIS2_FALSE);
     if(!property)
     {



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