mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Bug fix.
This commit is contained in:
parent
20d4dada40
commit
601c51b351
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue