]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/dird_conf.c
kes Fix Verify InitCatalog. The attributes were not pointing to the
[bacula/bacula] / bacula / src / dird / dird_conf.c
index c87d79d21e6c12a416dc18d37b22fbde01bcda25..49951afe1dd26f5798b0f54551ed93cb911aa0c3 100644 (file)
@@ -1322,6 +1322,13 @@ void save_resource(int type, RES_ITEM *items, int pass)
          res->res_job.run_cmds   = res_all.res_job.run_cmds;
          res->res_job.RunScripts = res_all.res_job.RunScripts;
 
+        /* TODO: JobDefs where/regexwhere doesn't work well (but this
+         * is not very useful) 
+         * We have to set_bit(index, res_all.hdr.item_present);
+         * or something like that
+         */
+
+         /* we take RegexWhere before all other options */
         if (!res->res_job.RegexWhere 
             &&
             (res->res_job.strip_prefix ||