mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
modules/s_fetch: Belay net::hostport conversion to allow empty.
This commit is contained in:
parent
9f2b887a22
commit
660e609f31
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ ircd::m::fetch::hook_handle_auth(const event &event,
|
|||
tab.auth_count - tab.auth_exists,
|
||||
};
|
||||
|
||||
const net::hostport remote
|
||||
const string_view &remote
|
||||
{
|
||||
opts.node_id?
|
||||
opts.node_id:
|
||||
|
|
Loading…
Reference in a new issue