diff options
| author | 2006-02-02 17:24:15 +0000 | |
|---|---|---|
| committer | 2006-02-02 17:24:15 +0000 | |
| commit | cb16da88946f7f75a438b471734fa22c33f94461 (patch) | |
| tree | 118fef6adfae1c2557940b59a191f0d9e6db7a6e /src/modules/m_ident.cpp | |
| parent | Fixes to set correct resolver address before looking up host (diff) | |
More nonblocking dns stuffs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3020 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_ident.cpp')
| -rw-r--r-- | src/modules/m_ident.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp index 1b92b07db..93fe115a2 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -98,6 +98,11 @@ class RFC1413 : public InspSocket u->Shrink("ident_data"); } + virtual void OnError(InspSocketError e) + { + u->Shrink("ident_data"); + } + virtual bool OnConnected() { uslen = sizeof(sock_us); |
