mod_s2s: to/from attributes are required on s2s stream headers. Set them to '' when...
[prosody.git] / plugins / mod_admin_telnet.lua
index e4b5a045ccbab2308b758c4f1f87556c4326929a..437ded018efebb1e305541a80e48970c462ed7b5 100644 (file)
@@ -313,6 +313,7 @@ local function human(kb)
 end
 
 function def_env.server:memory()
+       local pposix = require("util.pposix");
        if not pposix.meminfo then
                return true, "Lua is using "..collectgarbage("count");
        end