Author: damitha
Date: Wed Nov 21 02:52:21 2007
New Revision: 597032
URL: http://svn.apache.org/viewvc?rev=597032&view=rev
Log:
changed the default database location to /tmp in linux
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=597032&r1=597031&r2=597032&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 21 02:52:21 2007
@@ -96,7 +96,11 @@
{
sandesha2_permanent_transaction_impl_t *trans_impl = NULL;
/*axis2_char_t *error_msg = NULL;*/
+#ifdef WIN32
axis2_char_t *path = "./";
+#elif
+ axis2_char_t *path = "/tmp";
+#endif
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]