Adam Ierymenko 9 lat temu
rodzic
commit
ae8f51d608
1 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 3
      service/ControlPlane.cpp

+ 1 - 3
service/ControlPlane.cpp

@@ -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) {