summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpsychon <psychon@e03df62e-2008-0410-955e-edbf42e46eb7>2009-04-05 14:28:02 +0000
committerpsychon <psychon@e03df62e-2008-0410-955e-edbf42e46eb7>2009-04-05 14:28:02 +0000
commit403fe8fd978eca00f07aebd7c3d1771075563e14 (patch)
tree87f8e46efbd39e366e644843e89932b9a0149c20 /include
parent51f6fd1cf70e06f04ae50795d41ce9703271462c (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 'include')
-rw-r--r--include/dns.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/dns.h b/include/dns.h
index 95be2deae..e9c5fe924 100644
--- a/include/dns.h
+++ b/include/dns.h
@@ -117,10 +117,9 @@ enum ResolverError
RESOLVER_NOERROR = 0,
RESOLVER_NSDOWN = 1,
RESOLVER_NXDOMAIN = 2,
- RESOLVER_NOTREADY = 3,
- RESOLVER_BADIP = 4,
- RESOLVER_TIMEOUT = 5,
- RESLOVER_FORCEUNLOAD = 6
+ RESOLVER_BADIP = 3,
+ RESOLVER_TIMEOUT = 4,
+ RESOLVER_FORCEUNLOAD = 5
};
/**