]> git.sur5r.net Git - bacula/bacula/commitdiff
tweak comments
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 30 Jul 2009 08:11:01 +0000 (10:11 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 3 Aug 2009 14:39:18 +0000 (16:39 +0200)
bacula/src/dird/ua_restore.c

index a3d9c084217e00b249a75f0e3ed225cf7b80965a..19415f2622f7c3b6923f52e62788e9d2dc564eb1 100644 (file)
@@ -1091,7 +1091,7 @@ static bool build_directory_tree(UAContext *ua, RESTORE_CTX *rx)
    if (!db_get_file_list(ua->jcr, ua->db, rx->JobIds, insert_tree_handler, (void *)&tree)) {
       ua->error_msg("%s", db_strerror(ua->db));
    }
-   
+   /* we concat the base job list to the current jobids list */
    if (!db_get_used_base_jobids(ua->jcr, ua->db, rx->JobIds, rx->JobIds)) {
       ua->error_msg("%s", db_strerror(ua->db));
    }