mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
07b0d86121
just do the write. This is needed because the write could return -1/EAGAIN for dgram sockets, if the socket buffer is nearly full. The epoll loop then goes on forever. This was causing some failures in 'make test' (This used to be commit b7fefe76a2d3c288611868f41d65af4e13ac460b)