bareos2015: bareos-13.2 bea20c2d
| Author | Committer | Branch | Timestamp | Parent | |
|---|---|---|---|---|---|
| mvwieringen | mvwieringen | bareos-13.2 | 2013-05-04 23:15 | bareos-13.2 df854565 | Pending |
| Affected Issues | 0000139: export command in a RunScript ressource does not get the correct volume when doing scheduled JobType Copy | ||||
| Changeset | mig_jcr is freed to early. Because the mig_jcr is already freed in the migration_cleanup() function all info is lost when we get to the after runscript. This is a design error so we moved the freeing of the mig_jcr now to just before the Job actually exits and has done all its work. Fixes 0000139: export command in a RunScript ressource does not get the correct volume when doing scheduled JobType Copy |
||||
| mod - src/dird/job.c | Diff File | ||||
| mod - src/dird/migrate.c | Diff File | ||||