From 6680b6e35b79a06e91068a81885969ad20208eb6 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 30 Jul 2009 10:11:01 +0200 Subject: [PATCH] tweak comments --- bacula/src/dird/ua_restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/dird/ua_restore.c b/bacula/src/dird/ua_restore.c index a3d9c08421..19415f2622 100644 --- a/bacula/src/dird/ua_restore.c +++ b/bacula/src/dird/ua_restore.c @@ -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)); } -- 2.39.5