Author: damitha
Date: Wed Nov 14 08:10:25 2007
New Revision: 594927
URL: http://svn.apache.org/viewvc?rev=594927&view=rev
Log:
Make the default database path as current folder
Modified:
webservices/sandesha/trunk/c/src/storage/sqlite/permanent_transaction.c
Modified:
webservices/sandesha/trunk/c/src/storage/sqlite/permanent_transaction.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/sqlite/permanent_transaction.c?rev=594927&r1=594926&r2=594927&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/sqlite/permanent_transaction.c
(original)
+++ webservices/sandesha/trunk/c/src/storage/sqlite/permanent_transaction.c Wed
Nov 14 08:10:25 2007
@@ -96,7 +96,7 @@
{
sandesha2_permanent_transaction_impl_t *trans_impl = NULL;
axis2_char_t *error_msg = NULL;
- axis2_char_t *path = NULL;
+ axis2_char_t *path = "./";
axis2_char_t *db_name = NULL;
int rc = -1;
axis2_conf_ctx_t *conf_ctx = NULL;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]