Change async DNS resolver code to register its file descriptor with the IO

core.  This fixes /nslookup.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@147 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2012-02-08 11:24:48 +00:00
parent ed16081a2b
commit 7978a87c9f
2 changed files with 41 additions and 36 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* Fix /nslookup command. (caf)
* Improve /detach error handling and remove bogus F_SETOWN use, reported
by madsage. (caf)