mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 00:46:03 +01:00
revert
This commit is contained in:
parent
3e6e75d6f1
commit
2371cae637
@ -104,7 +104,7 @@ void MulticastSocket::setInterface(const NetworkInterface& interfc)
|
||||
else
|
||||
{
|
||||
#if defined(POCO_HAVE_IPv6)
|
||||
impl()->setOption(IPPROTO_IPV6, IPV6_MULTICAST_IF, UInt32(interfc.index()));
|
||||
impl()->setOption(IPPROTO_IPV6, IPV6_MULTICAST_IF, interfc.index());
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user