mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 14:50:07 +04:00
e7aa0272db
$overtime has been used since swanctl.init was added inf9d91f1f47. However, there's no need for it to be global. Make it local like the other config variables to avoid polluting the global namespace and make the code easier to reason about. Fixes:f9d91f1f47("strongswan: migrate to swanctl configs") Signed-off-by: Kevin Locke <kevin@kevinlocke.name>