WIP: Pass listen port down to Postgres
This commit is contained in:
parent
b59c4a2106
commit
d98bdb5643
5 changed files with 11 additions and 6 deletions
|
@ -805,7 +805,7 @@ public:
|
|||
OSUtils::rmDashRf((_homePath + ZT_PATH_SEPARATOR_S "iddb.d").c_str());
|
||||
|
||||
// Network controller is now enabled by default for desktop and server
|
||||
_controller = new EmbeddedNetworkController(_node,_controllerDbPath.c_str());
|
||||
_controller = new EmbeddedNetworkController(_node,_controllerDbPath.c_str(),_ports[0]);
|
||||
_node->setNetconfMaster((void *)_controller);
|
||||
|
||||
// Join existing networks in networks.d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue