mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user