Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/filed/estimate.cc')
-rw-r--r--core/src/filed/estimate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/filed/estimate.cc b/core/src/filed/estimate.cc
index a423cbc23..167107ea3 100644
--- a/core/src/filed/estimate.cc
+++ b/core/src/filed/estimate.cc
@@ -40,7 +40,7 @@ int MakeEstimate(JobControlRecord* jcr)
{
int status;
- jcr->setJobStatus(JS_Running);
+ jcr->setJobStatusWithPriorityCheck(JS_Running);
SetFindOptions((FindFilesPacket*)jcr->impl->ff, jcr->impl->incremental,
jcr->impl->since_time);