Skip to content

Commit

Permalink
Merge branch 'bareos-15.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Mar 4, 2016
2 parents e1a34b7 + a797c82 commit d990fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dird/ua_label.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ static void label_from_barcodes(UAContext *ua, int drive,
ua->send_msg("%4d %s\n", vl->Slot, vl->VolName);
}

if (!yes ||
if (!yes &&
!get_yesno(ua, _("Do you want to label these Volumes? (yes|no): ")) ||
(ua->pint32_val == 0)) {
goto bail_out;
Expand Down

0 comments on commit d990fbf

Please sign in to comment.