Mercurial > prosody-hg
diff plugins/mod_auth_anonymous.lua @ 4797:e239668aa6d2
Merge 0.9->trunk
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sun, 29 Apr 2012 02:10:55 +0100 |
| parents | 21eb0b86c904 |
| children | deec69fc33e5 |
line wrap: on
line diff
--- a/plugins/mod_auth_anonymous.lua Sun Apr 29 02:09:12 2012 +0100 +++ b/plugins/mod_auth_anonymous.lua Sun Apr 29 02:10:55 2012 +0100 @@ -6,7 +6,6 @@ -- COPYING file in the source package for more information. -- -local log = require "util.logger".init("auth_anonymous"); local new_sasl = require "util.sasl".new; local datamanager = require "util.datamanager";
