]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Disable fix on bvfs_get_jobids() temporarily
authorEric Bollengier <eric@baculasystems.com>
Thu, 6 May 2021 13:15:29 +0000 (15:15 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:01 +0000 (09:03 +0100)
bacula/src/cats/sql_get.c

index 5a8d126a293c5019d71ba71164638859a23ba60e..7754293f4cf5a195898c553202caba0f97f2db63 100644 (file)
@@ -1569,8 +1569,11 @@ bool BDB::bdb_get_accurate_jobids(JCR *jcr,
       bsnprintf(jobid, sizeof(jobid), "0%u", btemp_cur++);
       V(btemp_mutex);
    } else {
+      /* TODO: Here we have a hint on the JobId to return
+       * depdending on the Job level of the hint, we must
+       * adapt one of the queries (F, D, I) and add a JobId=x
+       */
       edit_uint64(from_jobid, jobid);
-      Mmsg(aux, " AND JobId = %s ", jobid);
    }
 
    if (jr->Name[0] != 0) {