- 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)
commitaf436313a05bd40ccc08df05dbf22c46e51882bf
tree65d7948b0db053ac11b9cbdcc31d165e7d9ba28a
parentd64e6f42b41d5001544f2dae4049720b35c09b9c
- Got rid of the checking of msg_fd_in in read_timeout() -- it was
  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.
io.c