bugfix/ai-static-analysis #82

Open
localhorst wants to merge 15 commits from bugfix/ai-static-analysis into master
2 changed files with 16 additions and 15 deletions
Showing only changes of commit bc4083a98c - Show all commits

View File

@ -313,6 +313,7 @@ void reHDD::searchDrives(std::list<Drive> *plistDrives)
if (!fp) if (!fp)
{ {
Logger::logThis()->error("Unable to execute lsblk to scan drives"); Logger::logThis()->error("Unable to execute lsblk to scan drives");
pclose(fp);
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }