Not found should actually return not found

This commit is contained in:
Alex Marshall 2015-01-24 15:12:59 -08:00
parent 50a9cf0de4
commit c756043e55

View File

@ -382,6 +382,7 @@ media_auditor::summary media_auditor::summarize(const char *name, astring *strin
else else
string->catprintf("NOT FOUND (%s)\n", shared_device->shortname()); string->catprintf("NOT FOUND (%s)\n", shared_device->shortname());
} }
best_new_status = NOTFOUND;
break; break;
case audit_record::SUBSTATUS_NOT_FOUND_NODUMP: case audit_record::SUBSTATUS_NOT_FOUND_NODUMP: