From 9e65d5a65f8d756bef6e71ca4f293b1fc3f723b2 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 21 Jun 2003 21:42:56 +0000 Subject: [PATCH] Update doc git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@604 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/filed/estimate.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bacula/src/filed/estimate.c b/bacula/src/filed/estimate.c index b25bda0b9b..fe4cfdcb86 100644 --- a/bacula/src/filed/estimate.c +++ b/bacula/src/filed/estimate.c @@ -56,6 +56,9 @@ static int tally_file(FF_PKT *ff_pkt, void *ijcr) JCR *jcr = (JCR *)ijcr; ATTR attr; + if (job_canceled(jcr) { + return 0; + } switch (ff_pkt->type) { case FT_LNKSAVED: /* Hard linked, file already saved */ case FT_REGE: -- 2.39.5