- Fixed a refactoring bug. Thanks pydev :(

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@390 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x
Cyril Jaquier 2006-09-27 21:01:31 +00:00
parent 7b7d246a19
commit 897256f9f4
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class ConfigReader(SafeConfigParser):
global basedir
return basedir
def read(self, FILENAME):
def read(self, filename):
global basedir
basename = basedir + filename
logSys.debug("Reading " + basename)