mirror of
https://github.com/CPunch/Laika.git
synced 2025-09-29 21:20:11 +00:00
Linked to Ansible-Playbook
This commit is contained in:
@@ -250,7 +250,7 @@ bool laikaP_handleEvent(struct sLaika_pollEvent *evnt) {
|
||||
|
||||
/* sanity check */
|
||||
if (evnt->sock->onPollIn == NULL || evnt->sock->onPollOut == NULL)
|
||||
return result;
|
||||
return true;
|
||||
|
||||
LAIKA_TRY
|
||||
if (evnt->pollIn && !evnt->sock->onPollIn(evnt->sock))
|
||||
|
Reference in New Issue
Block a user