mirror of https://github.com/fail2ban/fail2ban
BF: must be named _initPolling to be consistent with the 'polling' value
parent
9559fcd3a0
commit
29c8e43354
|
@ -72,7 +72,7 @@ class Jail:
|
||||||
"We should have initialized at least 'polling' backend")
|
"We should have initialized at least 'polling' backend")
|
||||||
|
|
||||||
|
|
||||||
def _initPoller(self):
|
def _initPolling(self):
|
||||||
logSys.info("Jail '%s' uses poller" % self.__name)
|
logSys.info("Jail '%s' uses poller" % self.__name)
|
||||||
from filterpoll import FilterPoll
|
from filterpoll import FilterPoll
|
||||||
self.__filter = FilterPoll(self)
|
self.__filter = FilterPoll(self)
|
||||||
|
|
Loading…
Reference in New Issue