Skip to content

Commit

Permalink
fix subvolume list
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Oct 20, 2016
1 parent 94acb6e commit 4ac498b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subvolume.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func listSubVolumes(f *os.File) (map[uint64]Subvolume, error) {

// Set the min and max to backref keys. The search will
// only send back this type of key now.
min_type: rootBackrefKey,
min_type: rootItemKey,
max_type: rootBackrefKey,

min_objectid: firstFreeObjectid,
Expand Down

0 comments on commit 4ac498b

Please # to comment.