diff options
| author | 2012-12-09 18:06:21 +0100 | |
|---|---|---|
| committer | 2012-12-09 18:12:09 +0100 | |
| commit | 71d53e4883cdb83b50f43cd934ac9b4cd2b95383 (patch) | |
| tree | 6097a440668bcceff9a2ae55b70ca93e41b0d2bd /src/configreader.cpp | |
| parent | Fix unsafe iteration in DelMode() when unloading m_permchannels (diff) | |
Remove ServerLimits::Finalise(), it's completely wrong
Truncate <limits:identmax>+1 long idents in User::ChangeIdent()
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 7d204bfb7..2577b83b8 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -648,8 +648,6 @@ void ServerConfig::Fill() OperSpyWhois = SPYWHOIS_SINGLEMSG; else OperSpyWhois = SPYWHOIS_NONE; - - Limits.Finalise(); } // WARNING: it is not safe to use most of the codebase in this function, as it |
