We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af8151 commit 7a9dfd3Copy full SHA for 7a9dfd3
1 file changed
redfish-core/lib/update_service.hpp
@@ -488,7 +488,7 @@ inline void monitorForSoftwareAvailable(
488
}
489
490
491
- if (hostNumber == 0 || hostNumber > 2)
+ if (hostNumber > 2)
492
{
493
messages::actionParameterNotSupported(
494
asyncResp->res, std::to_string(hostNumber), "HostNumber");
@@ -1407,7 +1407,7 @@ inline void handleUpdateServiceFirmwareInventoryGet(
1407
1408
1409
1410
1411
1412
1413
0 commit comments