upkg_manager: comment out stale code

Origin commit data
------------------
Commit: 448b5dc7c7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-01-29 (Sun, 29 Jan 2017)
This commit is contained in:
Stefan Seyfried
2017-01-29 02:00:50 +01:00
parent 35bce4365b
commit e8bbda3eea

View File

@@ -962,10 +962,13 @@ void COPKGManager::handleShellOutput(string* cur_line, int* res, bool* ok)
return;
}
#if 0
/* never reached */
if (!has_err){
*ok = true;
*res = OM_SUCCESS;
}
#endif
}
*res = _res;