diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-12-28 11:50:42 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-12-28 11:50:42 -0800 |
| commit | b7bc08cf52fa8471c76310b04200abb5ee4bf531 (patch) | |
| tree | 50df990da63601f46cc58900fc4949047f7a7bc6 /unmaintained/remove_duplicate_fids/remove_duplicate_fids.go | |
| parent | f4a74e03d18d0102f3119702ee92e2c0d66e9a17 (diff) | |
| download | seaweedfs-b7bc08cf52fa8471c76310b04200abb5ee4bf531.tar.xz seaweedfs-b7bc08cf52fa8471c76310b04200abb5ee4bf531.zip | |
fix compilation
Diffstat (limited to 'unmaintained/remove_duplicate_fids/remove_duplicate_fids.go')
| -rw-r--r-- | unmaintained/remove_duplicate_fids/remove_duplicate_fids.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unmaintained/remove_duplicate_fids/remove_duplicate_fids.go b/unmaintained/remove_duplicate_fids/remove_duplicate_fids.go index 9456e5ff0..84173a663 100644 --- a/unmaintained/remove_duplicate_fids/remove_duplicate_fids.go +++ b/unmaintained/remove_duplicate_fids/remove_duplicate_fids.go @@ -34,7 +34,7 @@ type VolumeFileScanner4SeeDat struct { } func (scanner *VolumeFileScanner4SeeDat) VisitSuperBlock(superBlock super_block.SuperBlock) error { - scanner.version = superBlock.Version() + scanner.version = superBlock.Version scanner.block = superBlock return nil |
