hash: fix hash names for DropboxHash and CRC-32
These were unintentionally renamed as part of 1dc8bcd48c
Fixes #3679
This commit is contained in:
parent
e6378daadf
commit
1ce1ea34aa
2 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ var (
|
|||
|
||||
// Register with Fs
|
||||
func init() {
|
||||
DbHashType = hash.RegisterHash("Dropbox", 64, dbhash.New)
|
||||
DbHashType = hash.RegisterHash("DropboxHash", 64, dbhash.New)
|
||||
fs.Register(&fs.RegInfo{
|
||||
Name: "dropbox",
|
||||
Description: "Dropbox",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue