- My use of readfd_unbuffered() in read_msg_fd() really needed to be
authorWayne Davison <wayned@samba.org>
Fri, 29 Dec 2006 00:12:42 +0000 (00:12 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 29 Dec 2006 00:12:42 +0000 (00:12 +0000)
commitdde5b7722603b9818bdea65b4ef00bdbc6fbf9a2
treee87abfc6eb4d3907ed17f2d766d37c913ded3e00
parentf845ef7decf84b4deb87e2c7b8c4c24e1516cf02
- My use of readfd_unbuffered() in read_msg_fd() really needed to be
  readfd() so that the buffer is never partially filled.
- Make sure that msg2genr_flush() does not flush any messages while
  the flist-forwarding is active.
- Changed io_flush() to honor its flush_it_all arg again.
io.c