浏览代码

don't start comms net

Matthew R. Kasun 3 年之前
父节点
当前提交
d177d9507e
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      main.go

+ 0 - 3
main.go

@@ -103,9 +103,6 @@ func initialize() { // Client Mode Prereq Check
 		if err := serverctl.InitServerNetclient(); err != nil {
 		if err := serverctl.InitServerNetclient(); err != nil {
 			logger.FatalLog("Did not find netclient to use CLIENT_MODE")
 			logger.FatalLog("Did not find netclient to use CLIENT_MODE")
 		}
 		}
-		if err := serverctl.InitializeCommsNetwork(); err != nil {
-			logger.FatalLog("could not inintialize comms network")
-		}
 	}
 	}
 	// initialize iptables to ensure gateways work correctly and mq is forwarded if containerized
 	// initialize iptables to ensure gateways work correctly and mq is forwarded if containerized
 	if servercfg.ManageIPTables() != "off" {
 	if servercfg.ManageIPTables() != "off" {