Skip to content

Commit

Permalink
code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Nov 13, 2023
1 parent b4c46ec commit 40e57d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace RSUHealthMonitor
UpdateConfigSettings();

// Send SNMP call to RSU periodically at configurable interval.
_rsuStatusTimer->AddPeriodicTick([this]()
timer_t_id = _rsuStatusTimer->AddPeriodicTick([this]()
{
// Periodic SNMP call to get RSU status based on RSU MIB version 4.1
auto rsuStatusJson = _rsuWorker->getRSUStatus(_rsuMibVersion, _rsuIp, _snmpPort, _securityUser, _authPassPhrase, _securityLevel, SEC_TO_MICRO);
Expand Down

0 comments on commit 40e57d5

Please sign in to comment.