prosodyctl

changeset 3773
2e15808243f3
parent 3742
a18acd47904b
child 3776
5ecbcef42ffb
--- a/prosodyctl	Sat Dec 18 03:25:31 2010 +0000
+++ b/prosodyctl	Sat Dec 18 04:02:28 2010 +0000
@@ -33,9 +33,11 @@
 
 -- Global 'prosody' object
 prosody = {
-	hosts = {},
-	events = require "util.events".new(),
-	platform = "posix"
+	hosts = {};
+	events = require "util.events".new();
+	platform = "posix";
+	lock_globals = function () end;
+	unlock_globals = function () end;
 };
 local prosody = prosody;
 

mercurial