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 5263fa7 commit e407353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dird/ua_status.c
Expand Up @@ -1149,6 +1149,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 e407353

Please sign in to comment.