mod_saslauth: Add FIXME to remind myself to fix this as soon as I have time

Mon, 01 Mar 2010 16:23:26 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 01 Mar 2010 16:23:26 +0000
changeset 2724
3fcf1048a896
parent 2722
2781d063afa0
child 2725
f96394ad5ab7
child 2726
1b9179e04233

mod_saslauth: Add FIXME to remind myself to fix this as soon as I have time

plugins/mod_saslauth.lua file | annotate | diff | comparison | revisions
--- a/plugins/mod_saslauth.lua	Mon Mar 01 16:03:37 2010 +0000
+++ b/plugins/mod_saslauth.lua	Mon Mar 01 16:23:26 2010 +0000
@@ -36,7 +36,8 @@
 
 local new_sasl;
 if sasl_backend == "cyrus" then
-	prosody.unlock_globals();
+	prosody.unlock_globals(); --FIXME: Figure out why this is needed and
+	                          -- why cyrussasl isn't caught by the sandbox
 	local ok, cyrus = pcall(require, "util.sasl_cyrus");
 	prosody.lock_globals();
 	if ok then

mercurial