commit 8c3dfcf: [Minor] Fix misprint

Vsevolod Stakhov vsevolod at highsecure.ru
Tue Feb 16 12:21:08 UTC 2021


Author: Vsevolod Stakhov
Date: 2021-02-16 12:14:47 +0000
URL: https://github.com/rspamd/rspamd/commit/8c3dfcf875b2da9b59125b4286fc0ed759492aa3 (HEAD -> master)

[Minor] Fix misprint

---
 src/plugins/lua/milter_headers.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/lua/milter_headers.lua b/src/plugins/lua/milter_headers.lua
index 35b682a8f..dd2c27f3c 100644
--- a/src/plugins/lua/milter_headers.lua
+++ b/src/plugins/lua/milter_headers.lua
@@ -450,7 +450,7 @@ local function milter_headers(task)
 
   routines['x-os-fingerprint'] = function()
     if skip_wanted('x-os-fingerprint') then return end
-    local local_mod = settings.routines['x-os-fingerprint\'']
+    local local_mod = settings.routines['x-os-fingerprint']
 
     local os_string, link_type, uptime_min, distance =
       task:get_mempool():get_variable('os_fingerprint',


More information about the Commits mailing list