From: Steinar H. Gunderson Date: Thu, 8 Mar 2007 23:51:02 +0000 (+0000) Subject: More nvi cleanup. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=inline;h=ec74ea1d43c109929e1f30111887a64ce1e42fd1;p=bugscan.git More nvi cleanup. --- diff --git a/bugreport b/bugreport index 3fceaac..dbe1bcf 100755 --- a/bugreport +++ b/bugreport @@ -158,10 +158,7 @@ sub MakeStatistics() { $patchtotal++ if ($scanlib::bugs{$nr} =~ m/^\[[^]]*\+/); $ignoretotal++ if ($scanlib::bugs{$nr} =~ m/^\[[^]]*I/); $nottestingtotal++ if ($scanlib::bugs{$nr} =~ m/ \[[^]]*X/); - $worrytotal++ unless ( - $scanlib::bugs{$nr} =~ m/^\[[^]]*I/ or - $scanlib::bugs{$nr} =~ m/ \[[^]]*X/ or - ($scanlib::bugs{$nr} =~ m/ \[[^]]*[OSUE]/ and $scanlib::bugs{$nr} !~ m/ \[[^]]*T/)); + $worrytotal++ if (scanlib::check_worry($scanlib::bugs{$nr})); if (not defined($scanlib::exclude{$nr})) { $bugcount++;