apply is_anyaddr fix from socket also to socket-raw

This commit is contained in:
Martin Willi
2009-06-03 17:56:55 +02:00
parent c4f59ccec0
commit 2fdca5e3cb
+1 -1
View File
@@ -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)
{