From b91626390d6f392e0723d71dcb876f03eeefa42c Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 31 Aug 2009 16:55:54 +0200 Subject: [PATCH] cleanup --- bacula/src/cats/sql_get.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bacula/src/cats/sql_get.c b/bacula/src/cats/sql_get.c index 2172169661..2e32882baf 100644 --- a/bacula/src/cats/sql_get.c +++ b/bacula/src/cats/sql_get.c @@ -1088,8 +1088,8 @@ bool db_get_file_list(JCR *jcr, B_DB *mdb, char *jobids, jobids, jobids); #else /* - * I am not sure that this works the same as the code in ua_restore.c - * but it is very similar. The accurate-test fails in a restore. Bad file count. + * I am not sure that this works the same as the code in ua_restore.c but it + * is very similar. The accurate-test fails in a restore. Bad file count. */ Mmsg(buf, uar_sel_files, jobids); #endif @@ -1099,9 +1099,9 @@ bool db_get_file_list(JCR *jcr, B_DB *mdb, char *jobids, /* * This procedure gets the base jobid list used by jobids, - * You can specify jobids == result to concat base jobids to current jobids */ -bool db_get_used_base_jobids(JCR *jcr, B_DB *mdb, POOLMEM *jobids, db_list_ctx *result) +bool db_get_used_base_jobids(JCR *jcr, B_DB *mdb, + POOLMEM *jobids, db_list_ctx *result) { POOL_MEM buf; Mmsg(buf, -- 2.39.5