Software /
code /
prosody-modules
Diff
mod_firewall/conditions.lib.lua @ 2859:22e11645a895
mod_firewall: Trim trailing whitespace [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 03 Jan 2018 07:49:22 +0100 |
parent | 2857:ff1666716d10 |
child | 2882:6f289283feb1 |
line wrap: on
line diff
--- a/mod_firewall/conditions.lib.lua Sun Dec 31 13:15:53 2017 +0100 +++ b/mod_firewall/conditions.lib.lua Wed Jan 03 07:49:22 2018 +0100 @@ -259,7 +259,7 @@ if not param then return ("not global_throttle_%s:poll(1)"):format(name), { "globalthrottle:"..name, unpack(meta_deps) }; end - return ("not multi_throttle_%s:poll_on(%s, 1)"):format(name, param), { "multithrottle:"..name, unpack(meta_deps) }; + return ("not multi_throttle_%s:poll_on(%s, 1)"):format(name, param), { "multithrottle:"..name, unpack(meta_deps) }; end function condition_handlers.ORIGIN_MARKED(name_and_time)