Silently ignore YOUKU-NOTIFY SSDP packets.

This commit is contained in:
Justin Maggard 2013-06-10 22:43:03 -07:00
parent 62b6e235b1
commit 07441e4e9a

View File

@ -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",