mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 04:57:58 +08:00
fix compilation
This commit is contained in:
@@ -21,7 +21,7 @@ type VolumeFileScanner4SeeDat struct {
|
||||
}
|
||||
|
||||
func (scanner *VolumeFileScanner4SeeDat) VisitSuperBlock(superBlock super_block.SuperBlock) error {
|
||||
scanner.version = superBlock.Version()
|
||||
scanner.version = superBlock.Version
|
||||
return nil
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user