Silently ignore YOUKU-NOTIFY SSDP packets.
This commit is contained in:
parent
62b6e235b1
commit
07441e4e9a
@ -688,6 +688,10 @@ ProcessSSDPRequest(int s, unsigned short port)
|
||||
inet_ntoa(sendername.sin_addr), ntohs(sendername.sin_port));
|
||||
}
|
||||
}
|
||||
else if (memcmp(bufr, "YOUKU-NOTIFY", 12) == 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
DPRINTF(E_WARN, L_SSDP, "Unknown udp packet received from %s:%d\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user