mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
GH #2892: SocketImpl::bind --> bind wrong config
This commit is contained in:
parent
aceeac1db4
commit
3bdb47ae66
@ -229,7 +229,7 @@ void SocketImpl::bind(const SocketAddress& address, bool reuseAddress, bool reus
|
||||
|
||||
void SocketImpl::bind6(const SocketAddress& address, bool reuseAddress, bool ipV6Only)
|
||||
{
|
||||
bind6(address, reuseAddress, true, ipV6Only);
|
||||
bind6(address, reuseAddress, reuseAddress, ipV6Only);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user