mirror of
https://github.com/matrix-construct/construct
synced 2025-02-19 18:20:19 +01:00
ircd::server: Don't alter open_opts.hostport here.
This commit is contained in:
parent
7d70351f0b
commit
97ee68d4f3
1 changed files with 0 additions and 1 deletions
|
@ -988,7 +988,6 @@ ircd::server::peer::resolve(const hostport &hostport,
|
|||
{
|
||||
this->remote = {host(hostport), port(hostport)};
|
||||
open_opts.ipport = this->remote;
|
||||
open_opts.hostport = hostport;
|
||||
open_links();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue