mirror of https://github.com/fail2ban/fail2ban
- Added "self" in method parameters
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@80 a942ae1a-1317-0410-a47c-b1dcaea8d6050.6
parent
f6b9749650
commit
fa39e3b57d
|
@ -39,7 +39,7 @@ class Ipfw(Firewall):
|
||||||
|
|
||||||
crtRuleNbr = 0
|
crtRuleNbr = 0
|
||||||
|
|
||||||
def getCrtRuleNbr():
|
def getCrtRuleNbr(self):
|
||||||
""" Gets the current rule number.
|
""" Gets the current rule number.
|
||||||
"""
|
"""
|
||||||
return self.crtRuleNbr
|
return self.crtRuleNbr
|
||||||
|
|
Loading…
Reference in New Issue