From f44dab9ea766d6182dfbda3629d06d4428d2138d Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Wed, 23 Aug 2006 19:53:50 +0000 Subject: [PATCH] - Fixed reload option git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@301 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- fail2ban-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fail2ban-client b/fail2ban-client index ccde6c25..6b9b3fd2 100755 --- a/fail2ban-client +++ b/fail2ban-client @@ -169,7 +169,7 @@ class Fail2banClient: elif len(cmd) == 1 and cmd[0] == "reload": if self.ping(): self.readConfig() - self.processCmd(['stop', 'all'], False) + self.processCmd([['stop', 'all']], False) # Configure the server return self.processCmd(self.stream, False) else: