Adam Ierymenko 8 years ago
parent
commit
ae8f51d608
1 changed files with 1 additions and 3 deletions
  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) {