[Pkg-xmpp-devel] Bug#1104686: prosody-modules: undefined configmanager in mod_host_guard
Martin
debacle at debian.org
Tue May 6 23:16:27 BST 2025
On 2025-05-04 19:04, Sergei Golovan wrote:
> Appears that the configmanager variable used on line 14 of
> mod_host_guard.lua is undefined. The following patch fixes the bug:
...
> -local config = configmanager
> +local config = require "prosody.core.configmanager"
If that works for you, maybe you can just apply the patch and do a team
upload? Thanks!
More information about the Pkg-xmpp-devel
mailing list