- Got rid of the checking of msg_fd_in in read_timeout() -- it was
authorWayne Davison <wayned@samba.org>
Fri, 4 Mar 2005 08:58:27 +0000 (08:58 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 4 Mar 2005 08:58:27 +0000 (08:58 +0000)
  only needed back when the generator was reading a separate redo
  pipe from the message pipe.
- Fixed a potential data corruption in the data that the generator
  is sending:  if a message comes in from the receiver, we now make
  sure that we can't put the forwarding of this message to the sender
  into the middle of a multiplexed-write record that the generator
  is trying to flush.


No differences found