From d145a8d2f5a6e40e0430c7b4e08664c56c9184b9 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 11 Jan 2012 11:27:41 +0100 Subject: [PATCH] Set job status to running when restore job really starts --- bacula/src/dird/restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/dird/restore.c b/bacula/src/dird/restore.c index a04e1ac3bd..0a8945afd9 100644 --- a/bacula/src/dird/restore.c +++ b/bacula/src/dird/restore.c @@ -394,7 +394,7 @@ bool restore_bootstrap(JCR *jcr) fd = jcr->file_bsock; } - jcr->setJobStatus(JS_WaitSD); + jcr->setJobStatus(JS_Running); /* * Send the bootstrap file -- what Volumes/files to restore -- 2.39.5