mirror of https://github.com/deavminet/dnetd.git
Passed DServer object in
This commit is contained in:
parent
d8f66aa271
commit
a75afc5528
|
@ -166,7 +166,7 @@ public final class DLinkConfig
|
|||
ushort port = to!(ushort)(peerBlock["port"].str());
|
||||
|
||||
/* Add the address and port tuple to the list of addresses to bind to */
|
||||
dlinkConfig.links ~= new DLink(server, name, parseAddress(address, port));
|
||||
dlinkConfig.links ~= new DLink(dserver, name, parseAddress(address, port));
|
||||
}
|
||||
|
||||
return dlinkConfig;
|
||||
|
|
Loading…
Reference in New Issue