summaryrefslogtreecommitdiff
path: root/redfish-core/include/snmp_trap_event_clients.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/include/snmp_trap_event_clients.hpp')
-rw-r--r--redfish-core/include/snmp_trap_event_clients.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/redfish-core/include/snmp_trap_event_clients.hpp b/redfish-core/include/snmp_trap_event_clients.hpp
index de7bf9d95d..5660fbc50c 100644
--- a/redfish-core/include/snmp_trap_event_clients.hpp
+++ b/redfish-core/include/snmp_trap_event_clients.hpp
@@ -83,7 +83,7 @@ inline void
[asyncResp](const boost::system::error_code& ec,
const dbus::utility::DBusPropertiesMap& properties) {
afterGetSnmpTrapClientdata(asyncResp, ec, properties);
- });
+ });
}
inline void
@@ -123,7 +123,7 @@ inline void
messages::resourceNotFound(asyncResp->res, "Subscriptions", id);
EventServiceManager::getInstance().deleteSubscription(id);
- },
+ },
"xyz.openbmc_project.Network.SNMP",
"/xyz/openbmc_project/network/snmp/manager",
"org.freedesktop.DBus.ObjectManager", "GetManagedObjects");
@@ -171,7 +171,7 @@ inline void
[asyncResp](const boost::system::error_code& ec,
const std::string& dbusSNMPid) {
afterSnmpClientCreate(asyncResp, ec, dbusSNMPid);
- },
+ },
"xyz.openbmc_project.Network.SNMP",
"/xyz/openbmc_project/network/snmp/manager",
"xyz.openbmc_project.Network.Client.Create", "Client", host,
@@ -224,7 +224,7 @@ inline void
return;
}
messages::success(asyncResp->res);
- },
+ },
"xyz.openbmc_project.Network.SNMP", static_cast<std::string>(snmpPath),
"xyz.openbmc_project.Object.Delete", "Delete");
}