aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-10-06 17:59:23 +0200
committerKim Alvefur <zash@zash.se>2018-10-06 17:59:23 +0200
commit2e73c8dd2ea5cc5e5fe3e70a7621ff8e84827d09 (patch)
tree9ca68488e254f23ed2882854b6016ba52f7007b5 /net
parent9f1837f5a43ffafbf650313fdc88073c5f1d6edb (diff)
downloadprosody-2e73c8dd2ea5cc5e5fe3e70a7621ff8e84827d09.tar.gz
prosody-2e73c8dd2ea5cc5e5fe3e70a7621ff8e84827d09.zip
net.server_epoll: Fix luacheck annotation
Diffstat (limited to 'net')
-rw-r--r--net/server_epoll.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/server_epoll.lua b/net/server_epoll.lua
index 4a3ecb92..be77f761 100644
--- a/net/server_epoll.lua
+++ b/net/server_epoll.lua
@@ -673,7 +673,7 @@ end
-- 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