mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: must be named _initPolling to be consistent with the 'polling' value
This commit is contained in:
parent
9559fcd3a0
commit
29c8e43354
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class Jail:
|
|||
"We should have initialized at least 'polling' backend")
|
||||
|
||||
|
||||
def _initPoller(self):
|
||||
def _initPolling(self):
|
||||
logSys.info("Jail '%s' uses poller" % self.__name)
|
||||
from filterpoll import FilterPoll
|
||||
self.__filter = FilterPoll(self)
|
||||
|
|
|
|||
Loading…
Reference in a new issue