aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_auth_cyrus.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-04-04 01:41:09 +0200
committerKim Alvefur <zash@zash.se>2017-04-04 01:41:09 +0200
commit5354e5645ec328120cadd24a7dfa7139fd07ec60 (patch)
tree0c04cc8be235f6105a1fd70380b87f3d7bb8b8b4 /plugins/mod_auth_cyrus.lua
parent8962d239ed6f606d2808c4fddae80553bc391107 (diff)
parentf94c56040c088f63efdcab886d8ffc311d2e4359 (diff)
downloadprosody-5354e5645ec328120cadd24a7dfa7139fd07ec60.tar.gz
prosody-5354e5645ec328120cadd24a7dfa7139fd07ec60.zip
Merge 0.10->trunk
Diffstat (limited to 'plugins/mod_auth_cyrus.lua')
-rw-r--r--plugins/mod_auth_cyrus.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_auth_cyrus.lua b/plugins/mod_auth_cyrus.lua
index 7668f8c4..0debc287 100644
--- a/plugins/mod_auth_cyrus.lua
+++ b/plugins/mod_auth_cyrus.lua
@@ -5,6 +5,7 @@
-- This project is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
--
+-- luacheck: ignore 212
local log = require "util.logger".init("auth_cyrus");