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