Explorar o código

don't start comms net

Matthew R. Kasun %!s(int64=3) %!d(string=hai) anos
pai
achega
d177d9507e
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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 {
 			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
 	if servercfg.ManageIPTables() != "off" {