git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3235
91ce42f0-d328-0410-95d8-
f526ca767f89
lseek(rdcr->spool_fd, 0, SEEK_SET); /* rewind */
/* Add run time, to get current wait time */
- time_t despool_start = time(NULL) + jcr->run_time;
+ time_t despool_start = time(NULL) - jcr->run_time;
for ( ; ok; ) {
if (job_canceled(jcr)) {
Technical notes on version 1.39
General:
+04Aug06
+kes Correct despool time calculation.
03Aug06
kes Remove previous changes to compat.cpp as they create problems.
kes Use old style MD5 for FileSets to avoid Full saves on every Job.