Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gdestuynder committed May 14, 2014
1 parent 82783dd commit cd0c8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netfilter_openvpn.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def kill_block_hack(usersrcip):
But we don't know if the operation will succeed yet, so it doesnt allow traffic just to be safe.
This function allows traffic through.
"""
iptables('-D INPUT -s %s -j DROP', usersrcip)
iptables('-D INPUT -s %s -j DROP', % usersrcip)

def add_chain(usersrcip, usercn, dev):
"""
Expand Down

0 comments on commit cd0c8af

Please sign in to comment.