shared: Indexer: Consider new NOACCESS too
这个提交包含在:
父节点
9fd48d4664
当前提交
780318db6d
@ -120,7 +120,8 @@ void Indexer::dirScanProgress(int current, int total)
|
||||
|
||||
void Indexer::processFileScanResult(FileScanResult result)
|
||||
{
|
||||
if(result.second == DBFAIL || result.second == PROCESSFAIL || result.second == NOTFOUND)
|
||||
if(result.second == DBFAIL || result.second == PROCESSFAIL || result.second == NOTFOUND ||
|
||||
result.second == NOACCESS)
|
||||
{
|
||||
this->currentIndexResult.results.append(result);
|
||||
if(!keepGoing)
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户