mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-03-12 07:23:59 +00:00
Bug fix.
This commit is contained in:
parent
20d4dada40
commit
601c51b351
@ -432,7 +432,7 @@ public:
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (specialistCount >= ZT_MAX_NETWORK_SPECIALISTS) {
|
if (specialistCount < ZT_MAX_NETWORK_SPECIALISTS) {
|
||||||
specialists[specialistCount++] = f | aint;
|
specialists[specialistCount++] = f | aint;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user