Adam Ierymenko hace 9 años
padre
commit
ae8f51d608
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  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) {