mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_storage_sql: Don't avoid initialization under prosodyctl (fix #1787)
Fixes `prosodyctl adduser` etc. Prior to d580e6a57cbb the line did nothing. Sometimes storage in the prosodyctl context does cause weirdness, as it is not in a host context, but rather a variant of global.
This commit is contained in:
parent
baff85a52c
commit
2317f6a09f
1 changed files with 0 additions and 1 deletions
|
@ -831,7 +831,6 @@ local function normalize_params(params)
|
|||
end
|
||||
|
||||
function module.load()
|
||||
if prosody.process_type == "prosodyctl" then return; end
|
||||
local engines = module:shared("/*/sql/connections");
|
||||
local params = normalize_params(module:get_option("sql", default_params));
|
||||
local db_uri = sql.db2uri(params);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue