Improved the code in send_file_entry() and receive_file_entry() to
authorWayne Davison <wayned@samba.org>
Thu, 8 Jan 2004 04:56:27 +0000 (04:56 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 8 Jan 2004 04:56:27 +0000 (04:56 +0000)
commit1ef00d2072ae5cb36282204ac2a4ada9ab4f2ff3
tree814d78cc0e822fd4a3f34cf90cb834c43d4a25f2
parent4dd4c72790889a4f1b03f04b369288d757e6ad4a
Improved the code in send_file_entry() and receive_file_entry() to
make it a little easier to read and a little more optimized.  Also
made the flag size in our function calls match the size of the flags
in the flist_struct.  These changes will make it easier for me to
optimize the sending of the hard-link data in a future commit.
flist.c