swarm/api: findPrefixOf return nil entry instead mainfest on missing file

This commit is contained in:
Janos Guljas 2018-04-27 12:35:38 +02:00
parent 8ea9168558
commit 312b5d6628

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