Software /
code /
prosody
Diff
net/server_epoll.lua @ 9439:988392a56495
net.server_epoll: Fix luacheck annotation
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 06 Oct 2018 17:59:23 +0200 |
parent | 9438:916bee81eb7e |
child | 9441:116a9d0a295c |
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