*Properly initialize members to prevent DB logging before the DB is started. Fixes a rarely seen startup crash.

*Code cleanup.

--HG--
branch : trunk
This commit is contained in:
Xanadu
2010-05-29 03:16:39 +02:00
parent de97bd4f00
commit d104f19469
5 changed files with 12 additions and 37 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
size_t Database::db_count = 0;
Database::Database()
Database::Database() : mMysql(NULL)
{
// before first connection
if (db_count++ == 0)