- Removed unneeded semicolon

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@221 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.6
Cyril Jaquier 2005-12-16 23:47:03 +00:00
parent cd38dddd00
commit 716e0840fc
1 changed files with 1 additions and 1 deletions

View File

@ -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