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 2009/09/02 19:38:59 UTC

svn commit: r810626 - /webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c

Author: damitha
Date: Wed Sep  2 17:38:58 2009
New Revision: 810626

URL: http://svn.apache.org/viewvc?rev=810626&view=rev
Log:
Fixing segfault

Modified:
    webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c

Modified: webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c?rev=810626&r1=810625&r2=810626&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c (original)
+++ webservices/sandesha/trunk/c/src/storage/sqlite/permanent_storage_mgr.c Wed Sep  2 17:38:58 2009
@@ -630,14 +630,15 @@
 
     if(op)
     {
-        axutil_qname_t *qname = (axutil_qname_t *) axis2_op_get_qname(op, env);
         axis2_char_t *mep = NULL;
+        /*axutil_qname_t *qname = (axutil_qname_t *) axis2_op_get_qname(op, env);
         if(qname)
         {
             axis2_char_t *op_name = axutil_qname_to_string(qname, env);
             sandesha2_msg_store_bean_set_op(bean, env, op_name);
-        }
+        }*/
 
+        AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "damcame2");
         mep = (axis2_char_t *) axis2_op_get_msg_exchange_pattern(op, env);
         sandesha2_msg_store_bean_set_op_mep(bean, env, mep);
     }



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