From: Eric Bollengier Date: Thu, 17 Jun 2010 09:11:37 +0000 (+0200) Subject: tweak comments X-Git-Tag: Release-5.2.1~1262 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f82d43f2ea86c1ba40da27a652594565a73bcf69;p=bacula%2Fbacula tweak comments --- 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 */