You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nat64-translator] ensure expired mappings are released in timer callback (openthread#11139)
This commit fixes the release of expired mappings by ensuring that
`ReleaseExpiredMappings()` is always called from the timer callback
`HandleMappingExpirerTimer()`, regardless of the logging level.
Previously, `ReleaseExpiredMappings()` was called as an input to
`LogInfo()`, which could become an empty macro (ignoring its input)
if info-level logs were disabled.
0 commit comments