Software / code / prosody
Changeset
9439:988392a56495
net.server_epoll: Fix luacheck annotation
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 06 Oct 2018 17:59:23 +0200 |
| parents | 9438:916bee81eb7e |
| children | 9440:1ddecde4ce98 |
| files | net/server_epoll.lua |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/net/server_epoll.lua Sat Oct 06 17:50:41 2018 +0200 +++ b/net/server_epoll.lua Sat Oct 06 17:59:23 2018 +0200 @@ -673,7 +673,7 @@ -- COMPAT -- net.adns calls this but then replaces :send so this can be a noop -function interface:set_send(new_send) -- luacheck: ignore/212 +function interface:set_send(new_send) -- luacheck: ignore 212 end -- Close all connections and servers