commit | a3f5b3854a537a71ad047ebc56ab39c752ca7bd4 | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@intel.com> | Wed Apr 26 08:17:28 2023 -0700 |
committer | Jason M. Bills <jason.m.bills@intel.com> | Wed Apr 26 08:20:41 2023 -0700 |
tree | 457d2b457c739d59e60daddf4cb8edefa8de4080 | |
parent | 949f634d652e074f4b2afbd88e94791a261f6326 [diff] [blame] |
Update class name to MDRV2 In this sdbusplus change, [1], the class name in server.hpp was updated from MDR_V2 to MDRV2. This updates the local class name to match. [1]: https://github.com/openbmc/sdbusplus/commit/5011340e14da7fc04f8b20721c4631f778200edd Change-Id: I2c00b29837a72a985b3d1cc359b1bbd952074b63 Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
diff --git a/src/mdrv2_main.cpp b/src/mdrv2_main.cpp index 7ab907a..06a51cb 100644 --- a/src/mdrv2_main.cpp +++ b/src/mdrv2_main.cpp
@@ -39,7 +39,7 @@ bus.request_name("xyz.openbmc_project.Smbios.MDR_V2"); - phosphor::smbios::MDR_V2 mdrV2(bus, phosphor::smbios::mdrV2Path, io); + phosphor::smbios::MDRV2 mdrV2(bus, phosphor::smbios::mdrV2Path, io); io.run();