- Fixed wrong arg

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@383 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x
Cyril Jaquier 2006-09-25 17:05:38 +00:00
parent 4502c0f6ba
commit 91b1053c01
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)