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