Author: manjula
Date: Tue Dec 18 01:36:47 2007
New Revision: 605154

URL: http://svn.apache.org/viewvc?rev=605154&view=rev
Log:
make default db name ./sandesha2_db

Modified:
    webservices/sandesha/trunk/c/src/util/sandesha2_utils.c

Modified: webservices/sandesha/trunk/c/src/util/sandesha2_utils.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/sandesha2_utils.c?rev=605154&r1=605153&r2=605154&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/util/sandesha2_utils.c (original)
+++ webservices/sandesha/trunk/c/src/util/sandesha2_utils.c Tue Dec 18 01:36:47 
2007
@@ -1396,7 +1396,7 @@
     axis2_conf_t *conf = NULL;
     axis2_module_desc_t *module_desc = NULL;
     axutil_qname_t *qname = NULL;
-    axis2_char_t *dbname = NULL;
+    axis2_char_t *dbname = "./sandesha2_db";
     if(conf_ctx)
         conf = axis2_conf_ctx_get_conf((const axis2_conf_ctx_t *) conf_ctx, 
env);
     else



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to