From: Kern Sibbald Date: Wed, 11 Jan 2012 10:27:41 +0000 (+0100) Subject: Set job status to running when restore job really starts X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d145a8d2f5a6e40e0430c7b4e08664c56c9184b9;p=bacula%2Fbacula Set job status to running when restore job really starts --- 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