mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +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;
|
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…
Add table
Reference in a new issue