diff options
author | Wayne Davison <wayned@samba.org> | 2006-12-06 01:32:17 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2006-12-06 01:32:17 +0000 |
commit | 1e1ca25343206df0ad8dccaefdae0506c7817532 (patch) | |
tree | 57b47481543f0e87e30dd289cfdae2a50468d2b4 /main.c | |
parent | a2ebbffca75efb33a81624c2d7f5644784e0992b (diff) | |
download | rsync-1e1ca25343206df0ad8dccaefdae0506c7817532.tar.gz rsync-1e1ca25343206df0ad8dccaefdae0506c7817532.tar.bz2 rsync-1e1ca25343206df0ad8dccaefdae0506c7817532.zip |
#ifdef calls to hard-link functions.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -695,8 +695,10 @@ static int do_recv(int f_in,int f_out,struct file_list *flist,char *local_name) * points to an identical file won't be replaced by the referent. */ copy_links = copy_dirlinks = 0; +#ifdef SUPPORT_HARD_LINKS if (preserve_hard_links) init_hard_links(); +#endif if (fd_pair(error_pipe) < 0) { rsyserr(FERROR, errno, "pipe failed in do_recv"); |