Software /
code /
prosody
Comparison
plugins/mod_auth_cyrus.lua @ 8054:0ba461b7d9af
mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 04 Apr 2017 01:25:33 +0200 |
parent | 5117:2c7e1ce8f482 |
comparison
equal
deleted
inserted
replaced
8053:7d26dab7ce0d | 8054:0ba461b7d9af |
---|---|
3 -- Copyright (C) 2008-2010 Waqas Hussain | 3 -- Copyright (C) 2008-2010 Waqas Hussain |
4 -- | 4 -- |
5 -- This project is MIT/X11 licensed. Please see the | 5 -- This project is MIT/X11 licensed. Please see the |
6 -- COPYING file in the source package for more information. | 6 -- COPYING file in the source package for more information. |
7 -- | 7 -- |
8 -- luacheck: ignore 212 | |
8 | 9 |
9 local log = require "util.logger".init("auth_cyrus"); | 10 local log = require "util.logger".init("auth_cyrus"); |
10 | 11 |
11 local usermanager_user_exists = require "core.usermanager".user_exists; | 12 local usermanager_user_exists = require "core.usermanager".user_exists; |
12 | 13 |