1
0
mirror of https://github.com/deavminet/dnetd synced 2024-09-21 17:53:39 +02:00

Disable creating Meyer in startServer

This commit is contained in:
Tristan B. Kildaire 2021-01-29 14:30:40 +02:00
parent 5064a661fd
commit 611d9a1cc2
2 changed files with 4 additions and 2 deletions

View File

@ -81,6 +81,8 @@ void main(string[] args)
/* TODO: Start meyer here (remove from inside DServer) */ /* TODO: Start meyer here (remove from inside DServer) */
/* Start the server */ /* Start the server */
dserver.startServer(); dserver.startServer();
} }

View File

@ -150,8 +150,8 @@ public class DServer : Thread
public void startServer() public void startServer()
{ {
/* Initialize the Meyer linking sub-system */ // /* Initialize the Meyer linking sub-system */
meyerSS = new DMeyer(this, config.getLinks()); // meyerSS = new DMeyer(this, config.getLinks());
/* Start the listener starter */ /* Start the listener starter */
start(); start();