summaryrefslogtreecommitdiff
path: root/include/dbus_monitor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbus_monitor.hpp')
-rw-r--r--include/dbus_monitor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbus_monitor.hpp b/include/dbus_monitor.hpp
index c8e46b79c9..9bc79ad962 100644
--- a/include/dbus_monitor.hpp
+++ b/include/dbus_monitor.hpp
@@ -200,7 +200,7 @@ inline void requestRoutes(App& app)
"member='PropertiesChanged'");
// If interfaces weren't specified, add a single match for all
// interfaces
- if (thisSession.interfaces.size() == 0)
+ if (thisSession.interfaces.empty())
{
BMCWEB_LOG_DEBUG << "Creating match "
<< propertiesMatchString;