--- loncom/lciptables 2011/05/14 16:12:53 1.5 +++ loncom/lciptables 2011/05/14 23:38:07 1.6 @@ -2,7 +2,7 @@ # # The Learning Online Network with CAPA # -# $Id: lciptables,v 1.5 2011/05/14 16:12:53 raeburn Exp $ +# $Id: lciptables,v 1.6 2011/05/14 23:38:07 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -100,7 +100,7 @@ my $firewall_result = if ($firewall_result) { print "$firewall_result\n"; } -my $firewall_result = &LONCAPA::Firewall::firewall_open_port($iptables,\@fw_chains,$lond_port,\%iphost,[$lond_port]); +$firewall_result = &LONCAPA::Firewall::firewall_open_port($iptables,\@fw_chains,$lond_port,\%iphost,[$lond_port]); if ($firewall_result) { print "$firewall_result\n"; }