- Fixed an inc_recurse problem with implied dirs not getting created
authorWayne Davison <wayned@samba.org>
Sat, 15 Sep 2007 19:58:09 +0000 (19:58 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 15 Sep 2007 19:58:09 +0000 (19:58 +0000)
commitf7d6dce6c8be8f1afd15815c6b59896624eb965d
tree1a29ff380401157fae47e61e74dd69929b1b9485
parent48a481c4d0762c040b8e2bd289c08f56948bb70e
- Fixed an inc_recurse problem with implied dirs not getting created
  with the right attributes and getting omitted from the output.
- Got rid of the directory touch-up pass in inc_recurse mode again.
  This requires us to create any missing directories early, but we
  still report on what happened in the normal course of the transfer
  sequence.
- Use the FLAG_DIR_CREATED flag instead of (the removed)
  new_root_dir global.
generator.c