# HG changeset patch # User Kim Alvefur # Date 1538841563 -7200 # Node ID 988392a5649555ebf7f172cd0dfeb854c7503492 # Parent 916bee81eb7e9f982a0025de20e372c11ef7064d net.server_epoll: Fix luacheck annotation diff -r 916bee81eb7e -r 988392a56495 net/server_epoll.lua --- 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