Fix some comment that I recently committed

Thanks to KiNgMaR.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1590 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2009-08-07 19:17:04 +00:00
parent c45c31bef4
commit 8366b461e1

View File

@@ -66,7 +66,7 @@ int CSockManager::Select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *ex
int ret;
fd_set tmp;
// Csocket sometimes can use NULL for exceptfds and c-ares doesn't like NULLs
// Csocket sometimes can use NULL for writefds and c-ares doesn't like NULLs here
if (writefds == NULL)
{
writefds = &tmp;