mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
swarm/api: findPrefixOf return nil entry instead mainfest on missing file
This commit is contained in:
parent
8ea9168558
commit
312b5d6628
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue