Changed read_msg_fd() to always use send_msg()/rwrite() instead of
authorWayne Davison <wayned@samba.org>
Wed, 3 May 2006 16:17:46 +0000 (16:17 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 3 May 2006 16:17:46 +0000 (16:17 +0000)
commit12ccc73ae7b330c7187d88ae5c579c1882fabb34
tree60531b859ab7aebd872cfe1cfbb82d1ae8459d88
parentee8d9636d145ee545b66cd2490cea11ebe6a569b
Changed read_msg_fd() to always use send_msg()/rwrite() instead of
sometimes calling io_multiplex_write()/rwrite() or msg_list_add().
This simplifies the code that does the defer_forwarding_messages
checking because it can now be done in just one place, in send_msg()
(because rwrite() also calls send_msg() now when forwarding a msg).
io.c