mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
util.error: Drop registry initialization with namespace as key
Enough complexity with compact vs normal and with/without namespace
This commit is contained in:
parent
9dbdb91c47
commit
33070035bf
2 changed files with 4 additions and 15 deletions
|
@ -92,10 +92,6 @@ local function init(source, namespace, registry)
|
|||
if type(namespace) == "table" then
|
||||
-- registry can be given as second argument if namespace is either not used
|
||||
registry, namespace = namespace, nil;
|
||||
if type(registry.namespace) == "string" then
|
||||
-- error templates are always type table, so this can't be one
|
||||
namespace, registry.namespace = registry.namespace, nil;
|
||||
end
|
||||
end
|
||||
local _, protoerr = next(registry, nil);
|
||||
if protoerr and type(next(protoerr)) == "number" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue