- Turned readlink_stat() into a static function.
authorWayne Davison <wayned@samba.org>
Tue, 21 Sep 2004 09:24:02 +0000 (09:24 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 21 Sep 2004 09:24:02 +0000 (09:24 +0000)
commit23f4587f2b71f9ebb135d714a14e551ea494c8f9
treebb98a9b0776a4fb1b36e0db65388df2f44a384a1
parent4d8f5b0ae7360b2a92522bdba4bc6e9665f6cefb
- Turned readlink_stat() into a static function.
- Made readlink_stat() no longer honor keep_dirlinks.
- The make_file() function now checks keep_dirlinks late in the
  function so that it only transforms a symlink to a local dir
  into a directory if the receiver also has a directory by that
  name.  This makes the use of --delete with --keep-dirlinks
  work much better.
flist.c