1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-08-16 10:08:12 +02:00

Remove context niling ()

This commit is contained in:
Viktor Liu
2024-03-19 12:32:07 +01:00
committed by GitHub
parent f0672b87bc
commit 6cba9c0818

@ -71,7 +71,6 @@ func (m *DefaultManager) Stop() {
if m.serverRouter != nil {
m.serverRouter.cleanUp()
}
m.ctx = nil
}
// UpdateRoutes compares received routes with existing routes and remove, update or add them to the client and server maps