--- loncom/lciptables 2010/10/12 10:17:10 1.3 +++ loncom/lciptables 2010/12/30 18:40:19 1.4 @@ -2,7 +2,7 @@ # # The Learning Online Network with CAPA # -# $Id: lciptables,v 1.3 2010/10/12 10:17:10 foxr Exp $ +# $Id: lciptables,v 1.4 2010/12/30 18:40:19 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -103,7 +103,7 @@ my $lond_port = &LONCAPA::Firewall::get_ my @fw_chains = &LONCAPA::Firewall::get_fw_chains(); my $iptables = &LONCAPA::Firewall::get_pathto_iptables(); my $firewall_result = - &LONCAPA::Firewall::firewall_close_port($iptables,\@fw_chains,$lond_port,[$lond_port]); + &LONCAPA::Firewall::firewall_close_port($iptables,\@fw_chains,$lond_port,\%iphost,[$lond_port]); if ($firewall_result) { print "$firewall_result\n"; }