Merge pull request #454 from ethersphere/mainfest-fix

Manifest panic fix
This commit is contained in:
Anton Evangelatov 2018-04-27 13:20:31 +02:00 committed by GitHub
commit fc5deff624
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -500,7 +500,7 @@ func (self *manifestTrie) findPrefixOf(path string, quitC chan bool) (entry *man
pos = epl
}
}
return
return nil, 0
}
// file system manifest always contains regularized paths