prosodyctl
changeset 9996 9d6baacdd8e6
parent 9861 3af3a702c54c
parent 9995 8cd180dc18a8
child 10068 1acfd25cd507
child 10126 95814c597836
--- a/prosodyctl	Fri May 03 04:10:31 2019 -0700
+++ b/prosodyctl	Fri May 03 18:14:14 2019 +0200
@@ -402,6 +402,7 @@
 	local module_versions, longest_name = {}, 8;
 	local luaevent =dependencies.softreq"luaevent";
 	dependencies.softreq"ssl";
+	dependencies.softreq"DBI";
 	for name, module in pairs(package.loaded) do
 		if type(module) == "table" and rawget(module, "_VERSION")
 		and name ~= "_G" and not name:match("%.") then