mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
Build fix.
This commit is contained in:
parent
3730917dda
commit
4e3a59f329
@ -2002,11 +2002,11 @@ public:
|
|||||||
// that do not yet have routes in the system.
|
// that do not yet have routes in the system.
|
||||||
for(std::map< InetAddress, SharedPtr<ManagedRoute> >::iterator r(n.managedRoutes.begin());r!=n.managedRoutes.end();++r) {
|
for(std::map< InetAddress, SharedPtr<ManagedRoute> >::iterator r(n.managedRoutes.begin());r!=n.managedRoutes.end();++r) {
|
||||||
if (!r->second->via())
|
if (!r->second->via())
|
||||||
n->second->sync();
|
r->second->sync();
|
||||||
}
|
}
|
||||||
for(std::map< InetAddress, SharedPtr<ManagedRoute> >::iterator r(n.managedRoutes.begin());r!=n.managedRoutes.end();++r) {
|
for(std::map< InetAddress, SharedPtr<ManagedRoute> >::iterator r(n.managedRoutes.begin());r!=n.managedRoutes.end();++r) {
|
||||||
if (r->second->via())
|
if (r->second->via())
|
||||||
n->second->sync();
|
r->second->sync();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user