- Now delete_in_dir() calls send_directory(), not send_file_name().
authorWayne Davison <wayned@samba.org>
Sun, 30 Jan 2005 09:12:55 +0000 (09:12 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 30 Jan 2005 09:12:55 +0000 (09:12 +0000)
commitf1773e09ab4993014f9cae0b80a569c2670624da
treea7acf2e84e90a0a2c2e724b77c6eb325431c75dd
parent462c51d9a1ac30a92150f290cc5c4353e86118b8
- Now delete_in_dir() calls send_directory(), not send_file_name().
- Moved the local-list push/pop code out of send_directory() so that
  the callers (send_file_name() and delete_in_dir()) can call the
  push/pop functions themselves.  This is in preparation for
  delete_in_dir() getting fully correct push/pop semantics (for
  its --delete-during handling of per-dir filter files).
flist.c