From 0141607ec2347169666395c610654b1452eb0e78 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 18 May 2019 09:29:33 +0100 Subject: [Minor] Increase priority of the asn module --- src/plugins/lua/asn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/asn.lua b/src/plugins/lua/asn.lua index ac98fefd1..5adc2bd7f 100644 --- a/src/plugins/lua/asn.lua +++ b/src/plugins/lua/asn.lua @@ -124,7 +124,7 @@ if configure_asn_module() then name = 'ASN_CHECK', type = 'prefilter,nostat', callback = asn_check, - priority = 5, + priority = 8, flags = 'empty', }) if options['symbol'] then -- cgit v1.2.3