From b00007e526783f5c229075a106402012e725405c Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 17 Jun 2010 11:11:37 +0200 Subject: [PATCH] tweak comments --- bacula/src/dird/ua_prune.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bacula/src/dird/ua_prune.c b/bacula/src/dird/ua_prune.c index 30366b2407..af57a3354f 100644 --- a/bacula/src/dird/ua_prune.c +++ b/bacula/src/dird/ua_prune.c @@ -480,14 +480,15 @@ int prune_jobs(UAContext *ua, CLIENT *client, POOL *pool, int JobType) "WHERE Type NOT IN ('D', 'R', 'c', 'm') " /* Discard Admin, Restore, Copy, Migration */ ); - /* The job_select_handler will skip jobs or fileset that are no longer - * in the configuration file + /* The job_select_handler will skip jobs or filesets that are no longer + * in the configuration file. Interesting ClientId/FileSetId will be + * added to jobids_check */ if (!db_sql_query(ua->db, query.c_str(), job_select_handler, jobids_check)) { ua->error_msg("%s", db_strerror(ua->db)); } - /* For all jobs of this client, we exclude current jobs used for restore or + /* For this selection, we exclude current jobs used for restore or * accurate. This will prevent to prune the last full backup used for * current backup & restore */ -- 2.39.5