From de047e8f9029db878b1ee1e700261eeb880e6b64 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Thu, 20 Oct 2016 03:01:23 +0200 Subject: [PATCH] [boinc_projs] fix typo the problem was introduced in 1568bf67ea34b1ae59d3846a66f106ebce5702a4 --- plugins/boinc/boinc_projs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/boinc/boinc_projs b/plugins/boinc/boinc_projs index 8769b3be..f471c117 100755 --- a/plugins/boinc/boinc_projs +++ b/plugins/boinc/boinc_projs @@ -150,7 +150,7 @@ for my $rslt_info (@rsltInfos) { my $acttask = $acttask[0]; $acttask =~ s/^\s+active_task_state: //; if (( ($schedstat eq "2") && ($state eq "2") && ($acttask eq "1") ) || - ( ($schedstate eq "scheduled") && ($state eq "downloaded") && ($acttask eq "EXECUTING") )) { + ( ($schedstat eq "scheduled") && ($state eq "downloaded") && ($acttask eq "EXECUTING") )) { # This is running task $projects{$url}->{prj_running} += 1; }