Changeset 1207

Show
Ignore:
Timestamp:
08/14/08 20:32:48 (4 months ago)
Author:
mbr
Message:

applied patch from Franck Joncourt to remove double -v option to iptables command line

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fwknop/trunk/fwknopd

    r1206 r1207  
    43334333                my ($rv, $out_aref, $err_aref) = 
    43344334                    $ipt->run_ipt_cmd("$cmds{'iptables'} -t " . 
    4335                         "$table -v -n -L $to_chain -v"); 
     4335                        "$table -v -n -L $to_chain"); 
    43364336 
    43374337                if ($rv and $out_aref) {