- Fixed wrong arg

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@383 a942ae1a-1317-0410-a47c-b1dcaea8d605
This commit is contained in:
lostcontrol 2006-09-25 17:05:38 +00:00
parent c3f1815165
commit 956a7d9d43

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)