mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 03:36:04 +08:00
Update svn properties, formatting cleanup.
This commit is contained in:
@@ -79,7 +79,7 @@ namespace OpenSim.Data.MySQL
|
||||
m_lastConnect++;
|
||||
|
||||
// Overflow protection
|
||||
if(m_lastConnect == int.MaxValue)
|
||||
if (m_lastConnect == int.MaxValue)
|
||||
m_lastConnect = 0;
|
||||
|
||||
MySQLSuperManager x = m_dbconnections[m_lastConnect%m_maxConnections];
|
||||
|
||||
Reference in New Issue
Block a user