diff options
author | psychon <psychon@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-04-05 14:28:02 +0000 |
---|---|---|
committer | psychon <psychon@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-04-05 14:28:02 +0000 |
commit | 403fe8fd978eca00f07aebd7c3d1771075563e14 (patch) | |
tree | 87f8e46efbd39e366e644843e89932b9a0149c20 /src/dns.cpp | |
parent | 51f6fd1cf70e06f04ae50795d41ce9703271462c (diff) |
Remove the unused RESOLVER_NOTREADY define and fix the spelling of RESLOVER_FORCEUNLOAD
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11286 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/dns.cpp')
-rw-r--r-- | src/dns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns.cpp b/src/dns.cpp index 2b312777e..50fdee34b 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -1148,7 +1148,7 @@ void DNS::CleanResolvers(Module* module) { if (Classes[i]->GetCreator() == module) { - Classes[i]->OnError(RESLOVER_FORCEUNLOAD, "Parent module is unloading"); + Classes[i]->OnError(RESOLVER_FORCEUNLOAD, "Parent module is unloading"); delete Classes[i]; Classes[i] = NULL; } |