util.pluginloader: Remove unnecessary return value suppressing the real load error
[prosody.git] / util / prosodyctl.lua
index 3b523a786bd419800b9d261c05fcdf316f5baec6..ce223459229145163c10840c6f8e9caf31f953e7 100644 (file)
@@ -9,6 +9,9 @@ local nodeprep, nameprep = stringprep.nodeprep, stringprep.nameprep;
 
 local io, os = io, os;
 local tostring, tonumber = tostring, tonumber;
+
+local CFG_SOURCEDIR = _G.CFG_SOURCEDIR;
+
 module "prosodyctl"
 
 function adduser(params)