From: Vsevolod Stakhov Date: Fri, 20 Dec 2024 17:35:21 +0000 (+0000) Subject: [Minor] Oops, fix invocation X-Git-Tag: 3.11.1~54^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42afa211ee94e57b666695e6d0acda73811dbc9d;p=thirdparty%2Frspamd.git [Minor] Oops, fix invocation --- diff --git a/lualib/rspamadm/mime.lua b/lualib/rspamadm/mime.lua index f8fba59e5a..e0b23e16cf 100644 --- a/lualib/rspamadm/mime.lua +++ b/lualib/rspamadm/mime.lua @@ -280,7 +280,7 @@ local function load_task(_, fname) fname = '-' end - local task = rspamd_task:create(rspamd_config, rspamadm_ev_base) + local task = rspamd_task.create(rspamd_config, rspamadm_ev_base) task:set_session(rspamadm_session) task:set_resolver(rspamadm_dns_resolver)