Skip to content

Commit

Permalink
ipterr pattern path bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrash committed Nov 18, 2015
1 parent 66913d9 commit 2d60e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IPTables/Parse.pm
Expand Up @@ -32,7 +32,7 @@ sub new() {
my $ipt6_bin = '/sbin/ip6tables';
my $fwc_bin = '/usr/bin/firewall-cmd';
my $iptout_pat = 'ipt.out.XXXXXX';
my $ipterr_pat = 'ipt.out.XXXXXX';
my $ipterr_pat = 'ipt.err.XXXXXX';

my $self = {
_iptables => $args{'iptables'} || $args{'ip6tables'} || '',
Expand Down

0 comments on commit 2d60e7e

Please sign in to comment.