Software /
code /
prosody
Comparison
plugins/mod_auth_anonymous.lua @ 4765:21eb0b86c904
mod_auth_anonymous: Remove unused logger init
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 28 Apr 2012 04:01:59 +0100 |
parent | 4160:f08f649b898b |
child | 4821:deec69fc33e5 |
comparison
equal
deleted
inserted
replaced
4764:0df5b2d5dff3 | 4765:21eb0b86c904 |
---|---|
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 | 8 |
9 local log = require "util.logger".init("auth_anonymous"); | |
10 local new_sasl = require "util.sasl".new; | 9 local new_sasl = require "util.sasl".new; |
11 local datamanager = require "util.datamanager"; | 10 local datamanager = require "util.datamanager"; |
12 | 11 |
13 function new_default_provider(host) | 12 function new_default_provider(host) |
14 local provider = { name = "anonymous" }; | 13 local provider = { name = "anonymous" }; |