avoid loooooooooooooots of ecore spankies

SVN revision: 55390
This commit is contained in:
Mike Blumenkrantz 2010-12-09 06:16:13 +00:00
parent 9317a439fb
commit 3b86fed32f
1 changed files with 1 additions and 1 deletions

View File

@ -2336,7 +2336,7 @@ _ecore_con_client_flush(Ecore_Con_Client *cl)
if (cl->fd_handler)
ecore_main_fd_handler_active_set(cl->fd_handler, ECORE_FD_READ);
}
else if (count < num)
else if ((count < num) && cl->fd_handler)
ecore_main_fd_handler_active_set(cl->fd_handler, ECORE_FD_WRITE);
}