git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5400
91ce42f0-d328-0410-95d8-
f526ca767f89
return false;
}
/* Send final statistics to File daemon */
- bnet_fsend(fd, OK_close);
+ bnet_fsend(fd, OK_close, jcr->JobStatus);
Dmsg1(160, ">filed: %s\n", fd->msg);
bnet_sig(fd, BNET_EOD); /* send EOD to File daemon */
Technical notes on version 2.3
General:
+24Aug07
+ebl Fix a bug in read_close_session which return random status
+ thanks to James Harper
23Aug07
kes Fix (hopefully) bug #930 by doing a db_escape_string() on file
and directory names during restore of single file/directories.