From: Eric Bollengier Date: Mon, 31 Aug 2009 14:55:54 +0000 (+0200) Subject: cleanup X-Git-Tag: Release-5.0.0~320 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b91626390d6f392e0723d71dcb876f03eeefa42c;p=bacula%2Fbacula cleanup --- 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,