- When --omit-implied-dirs is specified and the creation of a directory
authorWayne Davison <wayned@samba.org>
Sat, 14 Jul 2007 21:25:51 +0000 (21:25 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 14 Jul 2007 21:25:51 +0000 (21:25 +0000)
commitde8c8b28c03d5e0d4d745f804aef781cd276c379
tree5b32f9404e5dec0ba496a8072bc208173045fe15
parent569e6f432b6ba46d3a57a89ef4d9834825a18e49
- When --omit-implied-dirs is specified and the creation of a directory
  fails, we must make sure that the item we're skipping has a name that
  is still inside the missing hierarchy by using a prefix matching func.
- We now handle the failure to remove a file to create a dir the same
  way as a failed mkdir() (skipping the failed dir's contents).
generator.c