From 7b978b515cc9562b5957b2ff6ea4fd46b326c4e7 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 3 Sep 2010 19:33:48 +0200 Subject: [PATCH] Send back updated jobs status from FD --- bacula/src/stored/fd_cmds.c | 1 - bacula/src/stored/read.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.39.5