From 6660e0b2cb6966c329b9fbfe69f8506df07c8a06 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 | 1 + 2 files changed, 1 insertion(+), 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 fc61193b9b..c0f87e9951 100644 --- a/bacula/src/stored/read.c +++ b/bacula/src/stored/read.c @@ -79,6 +79,7 @@ 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