mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
eacdd9f730
It's possible for a client to send 0 bytes in a UDP packet, we need still need to call recvfrom() and skip the invalid packet at a higher level. Otherwise the kernel receive queue is blocked. metze