Some minor improvements to read_msg_fd() made it safe to use both
authorWayne Davison <wayned@samba.org>
Sat, 20 Nov 2004 07:07:37 +0000 (07:07 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 20 Nov 2004 07:07:37 +0000 (07:07 +0000)
commit98f8c9a5e54d90043248f8c64228e15a2baeec30
tree6d1f05cc938c2e9377ee0c32b55a78b60b87c2bc
parent1f69bec48061b42c6515bbd4e5fbd1b6e7544a1d
Some minor improvements to read_msg_fd() made it safe to use both
set_msg_fd_in() and read_msg_fd() during the early phase of being
a client sender (up through the sending of the file list).  This
makes sure that the sender monitors the socket from the receiver
for any messages that it might send to us, and thus avoids a hang
when verbosity is high.
io.c