From 2903d061778838742b339f271f9d270bf19f02a5 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 25 Apr 2007 17:25:47 +0000 Subject: [PATCH] ebl update comments git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4632 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/dird/dird_conf.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bacula/src/dird/dird_conf.c b/bacula/src/dird/dird_conf.c index b9199d0cbc..49951afe1d 100644 --- a/bacula/src/dird/dird_conf.c +++ b/bacula/src/dird/dird_conf.c @@ -1323,7 +1323,10 @@ void save_resource(int type, RES_ITEM *items, int pass) res->res_job.RunScripts = res_all.res_job.RunScripts; /* TODO: JobDefs where/regexwhere doesn't work well (but this - * is not very useful) */ + * 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 -- 2.39.5