diff options
| author | 2005-12-14 11:19:12 +0000 | |
|---|---|---|
| committer | 2005-12-14 11:19:12 +0000 | |
| commit | cc0cd720c6910e63834fdf9d82399637cda37786 (patch) | |
| tree | a36e1d9dd9c5732f24d881b89e58ddb95359c078 /src/dnsqueue.cpp | |
| parent | Moving more stuff into class ServerConfig (diff) | |
Moved tons of stuff into class ServerConfig
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2395 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/dnsqueue.cpp')
| -rw-r--r-- | src/dnsqueue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dnsqueue.cpp b/src/dnsqueue.cpp index 93d682012..ce309a688 100644 --- a/src/dnsqueue.cpp +++ b/src/dnsqueue.cpp @@ -87,7 +87,7 @@ public: userrec* usr = Find(nick); if (usr) { - resolver1.SetNS(std::string(DNSServer)); + resolver1.SetNS(std::string(Config->DNSServer)); if (!resolver1.ReverseLookup(std::string(usr->host))) { return false; |
