Output some info about the size of our structures.
[rsync/rsync.git] / main.c
diff --git a/main.c b/main.c
index 24c7544..9a1bec0 100644 (file)
--- a/main.c
+++ b/main.c
@@ -699,7 +699,7 @@ static int do_recv(int f_in,int f_out,struct file_list *flist,char *local_name)
 
 #ifdef SUPPORT_HARD_LINKS
        if (preserve_hard_links)
-               init_hard_links();
+               match_hard_links();
 #endif
 
        if (fd_pair(error_pipe) < 0) {