configmanager: Remove support for multiple parsers, fixes #852.

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-27 15:32:28 +01:00
parent 30cd746fdf
commit eb231e9eab
3 changed files with 8 additions and 27 deletions

View file

@ -74,9 +74,7 @@ do
end
table.remove(arg, 1); table.remove(arg, 1);
else
for _, format in ipairs(config.parsers()) do
table.insert(filenames, (CFG_CONFIGDIR or ".").."/prosody.cfg."..format);
end
table.insert(filenames, (CFG_CONFIGDIR or ".").."/prosody.cfg.lua");
end
for _,_filename in ipairs(filenames) do
filename = _filename;