]> git.ipfire.org Git - thirdparty/bacula.git/commit
Fix accurate query issue introduced by "Update db_get_accurate_jobids() to deal with...
authorEric Bollengier <eric@baculasystems.com>
Wed, 1 Jun 2022 07:20:56 +0000 (09:20 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:58 +0000 (13:56 +0200)
commitb12a513f5ce8a704d12935e4f51e617854e4a0ad
tree5daca77a426d5c72465c755d2b1eb651b6ee82ed
parent7000c3943fc162563c323c4211233a78c3f830da
Fix accurate query issue introduced by "Update db_get_accurate_jobids() to deal with one single JobId"

The db_get_accurate_jobids() can return a jobid list that doesn't include
the jobid that was requested. For backup, it's not really a problem, however
for things like restoring an Object, it doesn't work. To be fixed later on.
bacula/src/cats/sql_get.c