diff options
-rw-r--r-- | util-src/poll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-src/poll.c b/util-src/poll.c index e9a1e427..71d5c3a2 100644 --- a/util-src/poll.c +++ b/util-src/poll.c @@ -92,6 +92,7 @@ int Ladd(lua_State *L) { lua_pushnil(L); lua_pushstring(L, strerror(EEXIST)); lua_pushinteger(L, EEXIST); + return 3; } FD_CLR(fd, &state->readable); |