summaryrefslogtreecommitdiff
path: root/receiver.c
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-01-23 07:42:30 +0000
committerMartin Pool <mbp@samba.org>2002-01-23 07:42:30 +0000
commitfae5bb3183eb08b7f4f3ecf3e5cf23c87e372b92 (patch)
treebfff4fe80f3d1a7278cbcc1d0aa9b21390eb9ec9 /receiver.c
parent6fe25398d613689411548ea48c09fa8615009abb (diff)
downloadrsync-fae5bb3183eb08b7f4f3ecf3e5cf23c87e372b92.tar.gz
rsync-fae5bb3183eb08b7f4f3ecf3e5cf23c87e372b92.tar.bz2
rsync-fae5bb3183eb08b7f4f3ecf3e5cf23c87e372b92.zip
Doc.
do_hard_links() actually only looks at the global hardlink table, so it can be a (void) fn. (Another gcc warning...)
Diffstat (limited to 'receiver.c')
-rw-r--r--receiver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/receiver.c b/receiver.c
index 7628b10e..5776ff28 100644
--- a/receiver.c
+++ b/receiver.c
@@ -489,7 +489,7 @@ int recv_files(int f_in,struct file_list *flist,char *local_name,int f_gen)
}
if (preserve_hard_links)
- do_hard_links(flist);
+ do_hard_links();
/* now we need to fix any directory permissions that were
modified during the transfer */