mirror of https://github.com/fail2ban/fail2ban
- Removed unneeded semicolon
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@221 a942ae1a-1317-0410-a47c-b1dcaea8d6050.6
parent
cd38dddd00
commit
716e0840fc
|
@ -208,7 +208,7 @@ def main():
|
|||
|
||||
# Reads the config file and create a LogReader instance for
|
||||
# each log file to check.
|
||||
confReader = ConfigReader(conf["conffile"]);
|
||||
confReader = ConfigReader(conf["conffile"])
|
||||
confReader.openConf()
|
||||
|
||||
# Options
|
||||
|
|
Loading…
Reference in New Issue