mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
.
This commit is contained in:
parent
4a7ee5472d
commit
ae8f51d608
1 changed files with 1 additions and 3 deletions
|
@ -552,9 +552,7 @@ unsigned int ControlPlane::handleRequest(
|
|||
|
||||
if (isAuth) {
|
||||
|
||||
if (ps[0] == "config") {
|
||||
// TODO
|
||||
} else if (ps[0] == "network") {
|
||||
if (ps[0] == "network") {
|
||||
ZT_VirtualNetworkList *nws = _node->networks();
|
||||
if (nws) {
|
||||
if (ps.size() == 2) {
|
||||
|
|
Loading…
Add table
Reference in a new issue