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 ma...@apache.org on 2007/11/29 06:31:13 UTC

svn commit: r599279 - /webservices/sandesha/trunk/c/src/storage/mysql/permanent_transaction.c

Author: manjula
Date: Wed Nov 28 21:31:11 2007
New Revision: 599279

URL: http://svn.apache.org/viewvc?rev=599279&view=rev
Log:
Fixed the windows build break.

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

Modified: webservices/sandesha/trunk/c/src/storage/mysql/permanent_transaction.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/mysql/permanent_transaction.c?rev=599279&r1=599278&r2=599279&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/mysql/permanent_transaction.c (original)
+++ webservices/sandesha/trunk/c/src/storage/mysql/permanent_transaction.c Wed Nov 28 21:31:11 2007
@@ -127,11 +127,13 @@
     {
         axis2_module_desc_t *module_desc = NULL;
         axutil_qname_t *qname = NULL;
-        qname = axutil_qname_create(env, "sandesha2", NULL, NULL);
         axutil_param_t *db_path = NULL;
         axutil_param_t *db_server = NULL;
         axutil_param_t *db_user = NULL;
         axutil_param_t *db_password = NULL;
+
+        qname = axutil_qname_create(env, "sandesha2", NULL, NULL);
+
         module_desc = axis2_conf_get_module(conf, env, qname);
         if(module_desc)
         {



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