From 91b1053c01ba27a6986de0f40109b631df1af15d Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Mon, 25 Sep 2006 17:05:38 +0000 Subject: [PATCH] - Fixed wrong arg git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@383 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- client/configreader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/configreader.py b/client/configreader.py index 07eca339..35a22aa9 100644 --- a/client/configreader.py +++ b/client/configreader.py @@ -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)