summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redfish-core/lib/pcie.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/pcie.hpp b/redfish-core/lib/pcie.hpp
index 13d5ab93eb..9bc2dbfcd7 100644
--- a/redfish-core/lib/pcie.hpp
+++ b/redfish-core/lib/pcie.hpp
@@ -322,7 +322,7 @@ inline void requestRoutesSystemPCIeFunctionCollection(App& app)
}
if (property == nullptr || !property->empty())
{
- return;
+ continue;
}
nlohmann::json::object_t pcieFunction;
pcieFunction["@odata.id"] =