Skip to content

Commit

Permalink
Show right info in status slots.
Browse files Browse the repository at this point in the history
Slot should not be empty but show the correct loaded volume info and
not the first slot after the drive in the enumeration.

Fixes #159: Display Error in bconsole for status slots; did not show empty slot after load
  • Loading branch information
Marco van Wieringen committed May 5, 2013
1 parent 425356a commit 5aee937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dird/ua_status.c
Expand Up @@ -1151,6 +1151,7 @@ static void status_slots(UAContext *ua, STORERES *store_r)
case slot_type_drive:
if (vl1->Slot == vl2->Loaded) {
found = true;
continue;
}
break;
default:
Expand Down

0 comments on commit 5aee937

Please sign in to comment.