summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--redfish-core/lib/account_service.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/account_service.hpp b/redfish-core/lib/account_service.hpp
index a5c501d..70eed78 100644
--- a/redfish-core/lib/account_service.hpp
+++ b/redfish-core/lib/account_service.hpp
@@ -477,7 +477,7 @@ class ManagerAccount : public Node
*userLocked;
asyncResp->res.jsonValue
["Locked@Redfish.AllowableValues"] = {
- false};
+ "false"};
}
else if (property.first == "UserPrivilege")
{
OpenPOWER on IntegriCloud