]> git.ipfire.org Git - thirdparty/bacula.git/commit
Allow to use PriorJob in db_get_job_record() if the Job is not found
authorEric Bollengier <eric@baculasystems.com>
Tue, 26 Oct 2021 09:19:02 +0000 (11:19 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:03 +0000 (09:03 +0100)
commit0040e98dc61a82c64a2aa48569b565e19e1b829e
treec1b780235b99195ce8efb9c88807820504518047
parentd7155281044e031349b37afa33528333813c0e95
Allow to use PriorJob in db_get_job_record() if the Job is not found

The .bvfs_get_jobids ujobid=xxxx function will set the Job and the PriorJob
fields to search for a JobId. It will allow to search on Copy Jobs.
bacula/src/cats/sql_get.c