mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 04:53:44 +02:00
Fix small typo.
This commit is contained in:
parent
16f11e91d1
commit
23bb44f2d6
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ unsigned int ControlPlane::handleRequest(
|
||||||
res.push_back(mj);
|
res.push_back(mj);
|
||||||
}
|
}
|
||||||
|
|
||||||
scode = 2;;
|
scode = 200;
|
||||||
} else {
|
} else {
|
||||||
// Return a single moon by ID
|
// Return a single moon by ID
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue