mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 07:07:58 +08:00
fix compilation
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user