[Flared-svn-008] SF.net SVN: flared: [9] trunk/src/flare.cc
Status: Beta
Brought to you by:
masaki-fujimoto
|
From: <mas...@us...> - 2008-01-10 09:55:27
|
Revision: 9
http://flared.svn.sourceforge.net/flared/?rev=9&view=rev
Author: masaki-fujimoto
Date: 2008-01-10 01:44:48 -0800 (Thu, 10 Jan 2008)
Log Message:
-----------
- default config file path is set to "/etc/flare.conf"
Modified Paths:
--------------
trunk/src/flare.cc
Modified: trunk/src/flare.cc
===================================================================
--- trunk/src/flare.cc 2007-12-12 04:12:01 UTC (rev 8)
+++ trunk/src/flare.cc 2008-01-10 09:44:48 UTC (rev 9)
@@ -58,7 +58,7 @@
* @access public
*/
flare::flare() {
- this->_config_file = "";
+ this->_config_file = "/etc/flare.conf";
this->_binlog_size = 128 * 1024; // 128M
this->_max_connection = 128;
this->_cluster_file = "";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|