mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: DefinitionInitConfigReader has _file, not __file
This commit is contained in:
parent
a3161f59fa
commit
ea6f3bedb0
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ class DefinitionInitConfigReader(ConfigReader):
|
|||
self._file = fileName
|
||||
|
||||
def getFile(self):
|
||||
return self.__file
|
||||
return self._file
|
||||
|
||||
def setJailName(self, jailName):
|
||||
self._jailName = jailName
|
||||
|
|
|
|||
Loading…
Reference in a new issue