- Changed the dir_flist code on the sending side to derive its sorted
authorWayne Davison <wayned@samba.org>
Tue, 22 May 2007 05:50:47 +0000 (05:50 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 22 May 2007 05:50:47 +0000 (05:50 +0000)
commit8ea07c0030ee9dd2c56d4c8c57139887c0c6794e
treefef4a287a6e71801d6caecd45038ef0510b88f5d
parent59fd2a5e7df7c431929230e9899427a034bfd545
- Changed the dir_flist code on the sending side to derive its sorted
  data from the sorted parent flist.  This ensures that any entries
  marked with FLAG_DUPLICATE are in the same order in the dir_flist
  (where the flags get checked) as they are in the parent flist
  (where the flags get set).
- Made the flist_expand() function static.
- Added a growth count arg to flist_expand().
- Made make_file() set a pool variable instead of tweaking flist.
- Improved the error message when a dir-number is out of bounds.
flist.c