diff options
| author | 2005-04-03 15:13:50 +0000 | |
|---|---|---|
| committer | 2005-04-03 15:13:50 +0000 | |
| commit | 89904c1032bbece2747c3518b9f0e998f8da8cb5 (patch) | |
| tree | aeb2656cf3fcc61585bc14206aa86f04860d0cf8 /src/dnsqueue.cpp | |
| parent | Major optimizations! now uses under 1% cpu all the time whilst idle (diff) | |
Fixed a few small dns timeout bugs (allowing users on without nick or user)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@960 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/dnsqueue.cpp')
| -rw-r--r-- | src/dnsqueue.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dnsqueue.cpp b/src/dnsqueue.cpp index 0c9adf7a2..ddc6993f0 100644 --- a/src/dnsqueue.cpp +++ b/src/dnsqueue.cpp @@ -223,6 +223,7 @@ public: if ((hostname != "") && (usr->registered != 7)) { strlcpy(usr->host,hostname.c_str(),MAXBUF); + strlcpy(usr->dhost,hostname.c_str(),MAXBUF); WriteServ(usr->fd,"NOTICE Auth :Resolved your hostname: %s",hostname.c_str()); usr->dns_done = true; return true; |
