Skip to content

Commit

Permalink
reload in interactive mode appends all the jails twice (fail2ban#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebres committed Jun 22, 2015
1 parent 7003deb commit 0df427c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -10,6 +10,7 @@ ver. 0.9.3 (2015/XX/XXX) - wanna-be-released
-----------

- Fixes:
* reload in interactive mode appends all the jails twice (gh-825)
* reload server/jail failed if database used (but was not changed) and
some jail active (gh-1072)
* filter.d/dovecot.conf - also match unknown user in passwd-file.
Expand Down
1 change: 1 addition & 0 deletions fail2ban/client/jailsreader.py
Expand Up @@ -50,6 +50,7 @@ def jails(self):
return self.__jails

def read(self):
self.__jails = list()
return ConfigReader.read(self, "jail")

def getOptions(self, section=None):
Expand Down

0 comments on commit 0df427c

Please sign in to comment.