mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-11 21:19:54 +00:00
.
This commit is contained in:
parent
4a7ee5472d
commit
ae8f51d608
@ -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…
x
Reference in New Issue
Block a user