From: Kern Sibbald Date: Fri, 3 Sep 2010 17:33:48 +0000 (+0200) Subject: Send back updated jobs status from FD X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7b978b515cc9562b5957b2ff6ea4fd46b326c4e7;p=bacula%2Fbacula Send back updated jobs status from FD --- diff --git a/bacula/src/stored/fd_cmds.c b/bacula/src/stored/fd_cmds.c index f2a822f546..110a6bf659 100644 --- a/bacula/src/stored/fd_cmds.c +++ b/bacula/src/stored/fd_cmds.c @@ -36,7 +36,6 @@ * the File daemon, control is passed here to handle the * subsequent File daemon commands. * - * Version $Id$ * */ diff --git a/bacula/src/stored/read.c b/bacula/src/stored/read.c index e154f801d0..4ac2a7d966 100644 --- a/bacula/src/stored/read.c +++ b/bacula/src/stored/read.c @@ -79,6 +79,8 @@ bool do_read_data(JCR *jcr) /* Tell File daemon we will send data */ fd->fsend(OK_data); + set_jcr_job_status(jcr, JS_Running); + dir_send_job_status(jcr); ok = read_records(dcr, record_cb, mount_next_read_volume); /* Send end of data to FD */