]> git.sur5r.net Git - bacula/bacula/commitdiff
tweak comments
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 17 Jun 2010 09:11:37 +0000 (11:11 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:55 +0000 (16:53 +0200)
bacula/src/dird/ua_prune.c

index 30366b24071a5bab71e4973cf037367945e99a3a..af57a3354fc6a7e0efcb15dd79265c983a4dffb1 100644 (file)
@@ -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
     */