mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-20 22:31:31 +02:00
ported 1.4.4 branch changes (needs build checks and test runs!)
This commit is contained in:
@@ -59,7 +59,7 @@ RawSocket::RawSocket(IPAddress::Family family, int proto):
|
||||
|
||||
|
||||
RawSocket::RawSocket(const SocketAddress& address, bool reuseAddress):
|
||||
Socket(new RawSocketImpl)
|
||||
Socket(new RawSocketImpl(address.family()))
|
||||
{
|
||||
bind(address, reuseAddress);
|
||||
}
|
||||
|
Reference in New Issue
Block a user