diff options
| author | 2014-03-15 15:38:09 +0100 | |
|---|---|---|
| committer | 2014-03-15 15:38:09 +0100 | |
| commit | 0babd8c0783242fc647cdcdfefb399c099e367ad (patch) | |
| tree | 4cc656f9d1555349fb4b4068e0422f78634d0f7b /src/modules/extra/m_pgsql.cpp | |
| parent | Change allocation of UserManager::clientlist to be physically part of the obj... (diff) | |
Change allocation of InspIRCd::Timers to be physically part of the object containing it
Diffstat (limited to 'src/modules/extra/m_pgsql.cpp')
| -rw-r--r-- | src/modules/extra/m_pgsql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index 9a8e63e57..e6abbfcf9 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -608,7 +608,7 @@ void SQLConn::DelayReconnect() if (!mod->retimer) { mod->retimer = new ReconnectTimer(mod); - ServerInstance->Timers->AddTimer(mod->retimer); + ServerInstance->Timers.AddTimer(mod->retimer); } } } |
