mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
As a client we want recv pending responses even if the server already closed the connection. While tstream_bsd_fail_readv_first_error(false) is the default for tstream_bsd, the wins replication protocol is special as it has a way to switch server and client roles on an existing tcp connection. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>