Moved some code out of the main loop in send_files() into a new
authorWayne Davison <wayned@samba.org>
Fri, 4 Mar 2005 16:53:26 +0000 (16:53 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 4 Mar 2005 16:53:26 +0000 (16:53 +0000)
commit165e6d446c3e1ac1cbf67740c3f5c3b60e2e02a0
tree10ff0b9f07ca66bca470577564d508555f744eb1
parent1c3e3679ef47ba10641d12212311663dd9b3097a
Moved some code out of the main loop in send_files() into a new
function called read_iflags() (which was made generic enough that
the receiver could use it too).  Also call the new maybe_log_item().
sender.c