From 61db7099f10c34818b00b9c36126a29ae2aa829f Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Sat, 7 Oct 2017 17:44:36 +0300 Subject: [PATCH] LimitReference.recentofrags: add missing error message --- awall/modules/filter.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awall/modules/filter.lua b/awall/modules/filter.lua index d5240f1..2cb5535 100644 --- a/awall/modules/filter.lua +++ b/awall/modules/filter.lua @@ -90,7 +90,8 @@ end function LimitReference:recentofrags() local ofs = self:recentmask() - return ofs and combinations(ofs, {{match='--set'}}) or self:error(MASK_ERROR) + return ofs and combinations(ofs, {{match='--set'}}) or + self:error('Invalid address mask for limit') end -- GitLab