recorded some TODO items in the comment

This commit is contained in:
2020-03-03 08:49:24 +00:00
parent 497c1b8455
commit 252c801544
2 changed files with 13 additions and 1 deletions

View File

@ -749,7 +749,7 @@ static int do_ssl (mio_dev_sck_t* dev, int (*ssl_func)(SSL*))
ret = 1; /* accepted */
}
if (mio_dev_watch ((mio_dev_t*)dev, watcher_cmd, watcher_events) <= -1)
if (mio_dev_watch((mio_dev_t*)dev, watcher_cmd, watcher_events) <= -1)
{
mio_stop (mio, MIO_STOPREQ_WATCHER_ERROR);
ret = -1;