X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=net%2Fconnlisteners.lua;h=e13f85deb71cd55c38a867b7b9aecfda79c4435a;hb=4104bba9f2b804a3ef0de0a58863d51555627004;hp=93dce8b3aecb5c179c2bb09e7ee6a41c325af6ef;hpb=416b600dd4475c7862070514895eb9314789d5e2;p=prosody.git diff --git a/net/connlisteners.lua b/net/connlisteners.lua index 93dce8b3..e13f85de 100644 --- a/net/connlisteners.lua +++ b/net/connlisteners.lua @@ -13,8 +13,8 @@ local server = require "net.server"; local log = require "util.logger".init("connlisteners"); local tostring = tostring; -local dofile, pcall, error = - dofile, pcall, error +local dofile, pcall, error = + dofile, pcall, error module "connlisteners"