diff options
| author | 2005-04-01 22:11:22 +0000 | |
|---|---|---|
| committer | 2005-04-01 22:11:22 +0000 | |
| commit | fca2a3c8ea88ecfefd3bfb729bcdcdb674bbe946 (patch) | |
| tree | bbf962e30e47c0f30b30a471ad6e315c34992efc /include/dnsqueue.h | |
| parent | Fixed 'unlikely' crash if nick was changed before dns lookup was completed (diff) | |
Attempts to fix some random crashes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@943 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/dnsqueue.h')
| -rw-r--r-- | include/dnsqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dnsqueue.h b/include/dnsqueue.h index 683257242..8546b0f62 100644 --- a/include/dnsqueue.h +++ b/include/dnsqueue.h @@ -1,5 +1,5 @@ #include "inspircd.h" #include "users.h" -bool lookup_dns(userrec* u); +bool lookup_dns(std::string nick); void dns_poll(); |
