Software /
code /
prosody
Changeset
7899:2b3d0ab67f7d
mod_saslauth: Ignore shadowing of logger [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 15 Feb 2017 23:04:44 +0100 |
parents | 7898:d8029b2e0f43 |
children | 7900:41f783d4e127 7901:fc859aed9279 |
files | plugins/mod_saslauth.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_saslauth.lua Wed Feb 15 23:03:22 2017 +0100 +++ b/plugins/mod_saslauth.lua Wed Feb 15 23:04:44 2017 +0100 @@ -5,7 +5,7 @@ -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- - +-- luacheck: ignore 431/log local st = require "util.stanza";