Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/dev-dependencies-cddfeb1403'
This commit is contained in:
@@ -259,7 +259,7 @@ namespace stream {
|
||||
public:
|
||||
int
|
||||
bind(net::af_e address_family, std::uint16_t port) {
|
||||
_host = net::host_create(address_family, _addr, config::stream.channels, port);
|
||||
_host = net::host_create(address_family, _addr, port);
|
||||
|
||||
return !(bool) _host;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user