diff options
| author | 2007-09-04 12:58:38 +0000 | |
|---|---|---|
| committer | 2007-09-04 12:58:38 +0000 | |
| commit | b00836df6e54adf8c0d81eb8ab268c14ebd004fd (patch) | |
| tree | 7eded1c9e6052a39e5c9b59960f0f876d3307d9f /src/modules/m_ident.cpp | |
| parent | ..and blocked that fix, since I had to backport it manually (diff) | |
* Backported crash dumping system for Win32 - see 1.2 log for a full description
* Fixed new m_ident compile under Win32
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8016 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_ident.cpp')
| -rw-r--r-- | src/modules/m_ident.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp index 28617c56b..c80c53b72 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -149,7 +149,7 @@ class ModuleIdent : public Module std::string IdentBindIP; public: ModuleIdent(InspIRCd *Me) - : Module::Module(Me) + : Module(Me) { OnRehash(NULL, ""); } |
