[Netpass-devel] NetPass/www/htdocs/Admin index.mhtml,1.9,1.10
Brought to you by:
jeffmurphy
From: Matt <mt...@us...> - 2005-06-13 15:17:45
|
Update of /cvsroot/netpass/NetPass/www/htdocs/Admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13898 Modified Files: index.mhtml Log Message: Index: index.mhtml =================================================================== RCS file: /cvsroot/netpass/NetPass/www/htdocs/Admin/index.mhtml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- index.mhtml 1 May 2005 13:03:11 -0000 1.9 +++ index.mhtml 13 Jun 2005 15:17:36 -0000 1.10 @@ -53,7 +53,7 @@ foreach my $nw (@$networks) { my $sips = $np->cfg->getSnortSensors($nw); - print return unless (defined $sips) && (ref($sips) eq 'HASH'); + return 0 unless (defined $sips) && (ref($sips) eq 'HASH'); map($sensors->{$_} = $sips->{$_}, keys(%$sips)); } |