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

Fixed compilation error

This commit is contained in:
Tristan B. Kildaire 2021-01-30 13:41:38 +02:00
parent 596c76bf3b
commit 51b2dc4876

View File

@ -176,7 +176,7 @@ public class DServer : Thread
*/
private void startOutboundLinks()
{
DLink[] serverLinks = meyerSS.getOutboundLinks();
DLink[] serverLinks = meyerSS.getLinks();
/* Start all DLink outbound handlers (TODO: Move to DServer) */
foreach(DLink link; serverLinks)