]> git.sur5r.net Git - bacula/bacula/commitdiff
Send back updated jobs status from FD
authorKern Sibbald <kern@sibbald.com>
Fri, 3 Sep 2010 17:33:48 +0000 (19:33 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 7 Sep 2010 19:07:40 +0000 (21:07 +0200)
bacula/src/stored/fd_cmds.c
bacula/src/stored/read.c

index f2a822f546bc702edcbd57e7c3f7513b073bb9a4..110a6bf6594035ff1c3e9cc0d586d95e1a3c7460 100644 (file)
@@ -36,7 +36,6 @@
  *  the File daemon, control is passed here to handle the
  *  subsequent File daemon commands.
  *
- *   Version $Id$
  *
  */
 
index fc61193b9b35b769b4f8597f54be23f670eaff16..c0f87e9951c831801d6c94fe994f3aa209fd244a 100644 (file)
@@ -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 */