From: Eric Bollengier Date: Thu, 6 May 2021 13:15:29 +0000 (+0200) Subject: Disable fix on bvfs_get_jobids() temporarily X-Git-Tag: Release-11.3.2~544 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60d2bad1282a9f32a8471a0f3505f2b46ba6b038;p=thirdparty%2Fbacula.git Disable fix on bvfs_get_jobids() temporarily --- diff --git a/bacula/src/cats/sql_get.c b/bacula/src/cats/sql_get.c index 5a8d126a2..7754293f4 100644 --- a/bacula/src/cats/sql_get.c +++ b/bacula/src/cats/sql_get.c @@ -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) {