summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.hpp b/utils.hpp
index 4c7b9a9..75a3252 100644
--- a/utils.hpp
+++ b/utils.hpp
@@ -183,7 +183,7 @@ void setDbusProperty(sdbusplus::bus::bus& bus,
ObjectTree getAllDbusObjects(sdbusplus::bus::bus& bus,
const std::string& serviceRoot,
const std::string& interface,
- const std::string& match);
+ const std::string& match = {});
/** @brief Deletes all the dbus objects from the given service root
which matches the object identifier.
OpenPOWER on IntegriCloud