Skip to content

Commit

Permalink
Merge branch 'bareos-15.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Oct 3, 2015
2 parents c57ac12 + adb1d53 commit c7d8787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dird/ua_output.c
Expand Up @@ -623,7 +623,7 @@ static bool do_list_cmd(UAContext *ua, const char *cmd, e_list_type llist)
POOLMEM *VolumeName;

VolumeName = get_pool_memory(PM_FNAME);
count = db_get_job_volume_names(ua->jcr, ua->db, jobid, VolumeName);
count = db_get_job_volume_names(ua->jcr, ua->db, jobid, &VolumeName);
ua->send_msg(_("Jobid %d used %d Volume(s): %s\n"), jobid, count, VolumeName);
free_pool_memory(VolumeName);
} else if (jobid == 0) {
Expand Down

0 comments on commit c7d8787

Please sign in to comment.