Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Wrong name "volname" instead of "poolname".
  • Loading branch information
billy482 committed Sep 21, 2018
1 parent b2e94cf commit fc59fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/cats/cats.h
Expand Up @@ -724,7 +724,7 @@ class CATS_IMP_EXP BareosDb: public SmartAlloc, public BareosDbQueryEnum {
/* sql_list.c */
void ListPoolRecords(JobControlRecord *jcr, PoolDbRecord *pr, OutputFormatter *sendit, e_list_type type);
void ListJobRecords(JobControlRecord *jcr, JobDbRecord *jr, const char *range, const char *clientname,
int jobstatus, int joblevel, const char* volumename, const char* volname, utime_t since_time, bool last,
int jobstatus, int joblevel, const char* volumename, const char* poolname, utime_t since_time, bool last,
bool count, OutputFormatter *sendit, e_list_type type);
void ListJobTotals(JobControlRecord *jcr, JobDbRecord *jr, OutputFormatter *sendit);
void ListFilesForJob(JobControlRecord *jcr, uint32_t jobid, OutputFormatter *sendit);
Expand Down

0 comments on commit fc59fa0

Please sign in to comment.