summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--settings/include/defaults.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/include/defaults.hpp b/settings/include/defaults.hpp
index 451a83a..7576e42 100644
--- a/settings/include/defaults.hpp
+++ b/settings/include/defaults.hpp
@@ -249,7 +249,7 @@ inline void loadSettings(sdbusplus::asio::object_server &objectServer,
"/xyz/openbmc_project/ipmi/sol/eth0",
"xyz.openbmc_project.Ipmi.SOL");
- setting->addProperty("Progress", static_cast<uint8_t>(0));
+ setting->addProperty("Progress", static_cast<uint8_t>(0), false);
setting->addProperty("Enable", false);
setting->addProperty("ForceEncryption", true);
setting->addProperty("ForceAuthentication", true);
@@ -263,7 +263,7 @@ inline void loadSettings(sdbusplus::asio::object_server &objectServer,
"/xyz/openbmc_project/ipmi/sol/eth1",
"xyz.openbmc_project.Ipmi.SOL");
- setting->addProperty("Progress", static_cast<uint8_t>(0));
+ setting->addProperty("Progress", static_cast<uint8_t>(0), false);
setting->addProperty("Enable", false);
setting->addProperty("ForceEncryption", true);
setting->addProperty("ForceAuthentication", true);
@@ -277,7 +277,7 @@ inline void loadSettings(sdbusplus::asio::object_server &objectServer,
"/xyz/openbmc_project/ipmi/sol/eth2",
"xyz.openbmc_project.Ipmi.SOL");
- setting->addProperty("Progress", static_cast<uint8_t>(0));
+ setting->addProperty("Progress", static_cast<uint8_t>(0), false);
setting->addProperty("Enable", false);
setting->addProperty("ForceEncryption", true);
setting->addProperty("ForceAuthentication", true);