apply is_anyaddr fix from socket also to socket-raw
This commit is contained in:
@@ -372,7 +372,7 @@ status_t sender(private_socket_t *this, packet_t *packet)
|
||||
msg.msg_iovlen = 1;
|
||||
msg.msg_flags = 0;
|
||||
|
||||
if (!dst->is_anyaddr(dst))
|
||||
if (!src->is_anyaddr(src))
|
||||
{
|
||||
if (family == AF_INET)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user