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.
goto bail_out;
}
- /* If we call the function with one jobid, we can take it
+ /* FIXME: When we come with a copy (or VF), the list can return
+ * a JobId list that doesn't include the one that was provided.
* if the result is also one jobid. It is useful when
- * we deal with multiple VF or copies having the same JobTDate.
- * TODO: Adjust if we have a list and we don't have the id resquested
*/
- if (is_a_number(jobids->list)) {
- jobids->reset();
- jobids->add(edit_uint64(from_jobid, esc));
- }
Dmsg1(1, "db_get_accurate_jobids=%s\n", jobids->list);
ret = true;