diff options
| author | 2008-11-02 04:18:52 +0000 | |
|---|---|---|
| committer | 2008-11-02 04:18:52 +0000 | |
| commit | c119d290bc3767204968a563073756a66d15e3d6 (patch) | |
| tree | a99635faba01be9b1ea4af8ffe4e751752bfda56 /src/modules/m_cgiirc.cpp | |
| parent | Backport race condition fixes. (diff) | |
Backport leak on /rehash fix.
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10788 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_cgiirc.cpp')
| -rw-r--r-- | src/modules/m_cgiirc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_cgiirc.cpp b/src/modules/m_cgiirc.cpp index 927acd6d4..31fd3c3fb 100644 --- a/src/modules/m_cgiirc.cpp +++ b/src/modules/m_cgiirc.cpp @@ -196,8 +196,8 @@ public: NotifyOpers = Conf.ReadFlag("cgiirc", "opernotice", 0); // If we send an oper notice when a CGI:IRC has their host changed. - if(Conf.GetError() == CONF_VALUE_NOT_FOUND) - NotifyOpers = true; + //if(Conf.GetError() == CONF_VALUE_NOT_FOUND) + // NotifyOpers = true; for(int i = 0; i < Conf.Enumerate("cgihost"); i++) { |
