summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redfish-core/lib/storage.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/storage.hpp b/redfish-core/lib/storage.hpp
index 856ef5e450..f918d662ff 100644
--- a/redfish-core/lib/storage.hpp
+++ b/redfish-core/lib/storage.hpp
@@ -134,7 +134,7 @@ class Storage : public Node
const crow::openbmc_mapper::GetSubTreeType &subtree) {
if (ec || !subtree.size())
{
- messages::internalError(asyncResp->res);
+ // doesn't have to be there
return;
}