1
0
forked from extern/smegmesh

81-seperate-sync

- build error
This commit is contained in:
Tim Beatham 2024-01-04 21:48:54 +00:00
parent 038393052c
commit 4a92743880

View File

@ -238,7 +238,7 @@ func (m *WgMeshConfigApplyer) getClientConfig(params *GetConfigParams) (*wgtypes
})
})
routesForMesh = lib.Filter(routesForMesh, func(rns []routeNode) {
routesForMesh = lib.Filter(routesForMesh, func(rns []routeNode) bool {
return len(rns) != 0
})