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

Commented

This commit is contained in:
Tristan B. Kildaire 2021-01-29 21:13:08 +02:00
parent 668790e33b
commit ea36ba240d

View File

@ -86,7 +86,7 @@ void main(string[] args)
/* Start the server (TODO: This should start Meyer) */
dserver.startServer();
/* Start all DLink outbound handlers (TODO: Move to DServer) */
foreach(DLink link; serverLinks)
{
link.start();