mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.poll: Fix missing return for adding duplicate FD
This commit is contained in:
parent
6b592b4bee
commit
31c8b1aca3
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue