Skip to content

Commit

Permalink
Revert "Fix problem with call to db_get_job_volume_names()"
Browse files Browse the repository at this point in the history
This reverts commit adb1d53.
  • Loading branch information
Marco van Wieringen committed Oct 3, 2015
1 parent c7d8787 commit 61f2329
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 61f2329

Please sign in to comment.