mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Merge 3837dc5d78 into 067dc2cbf5
This commit is contained in:
commit
db97f95e64
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ func RegularSlashes(path string) (res string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *manifestTrie) getEntry(spath string) (entry *manifestTrieEntry, fullpath string) {
|
func (self *manifestTrie) getEntry(spath string) (entry *manifestTrieEntry, fullpath string) {
|
||||||
path := RegularSlashes(spath)
|
path := RegularSlashes(spath) + "/"
|
||||||
var pos int
|
var pos int
|
||||||
quitC := make(chan bool)
|
quitC := make(chan bool)
|
||||||
entry, pos = self.findPrefixOf(path, quitC)
|
entry, pos = self.findPrefixOf(path, quitC)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue