Mercurial > prosody-hg
diff plugins/mod_auth_cyrus.lua @ 8060:71bdfdf6565d
Merge 0.10->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 04 Apr 2017 01:41:09 +0200 |
| parents | 0ba461b7d9af |
| children |
line wrap: on
line diff
--- a/plugins/mod_auth_cyrus.lua Mon Apr 03 00:59:44 2017 +0200 +++ b/plugins/mod_auth_cyrus.lua Tue Apr 04 01:41:09 2017 +0200 @@ -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");
