usermanager: Return sane errors/results when Cyrus SASL is in use.
[prosody.git] / core / configmanager.lua
index 010b307652b4b9115b3343477913f56938b130f7..e7677df67e63ff2a4a48b2362cfecf3b14fc02c6 100644 (file)
@@ -1,6 +1,6 @@
 -- Prosody IM
--- Copyright (C) 2008-2009 Matthew Wild
--- Copyright (C) 2008-2009 Waqas Hussain
+-- Copyright (C) 2008-2010 Matthew Wild
+-- Copyright (C) 2008-2010 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
@@ -13,8 +13,6 @@ local         setmetatable, loadfile, pcall, rawget, rawset, io, error, dofile, type, p
                setmetatable, loadfile, pcall, rawget, rawset, io, error, dofile, type, pairs, table, string.format;
 
 
-local trb = debug.traceback
-
 local eventmanager = require "core.eventmanager";
 
 module "configmanager"