Moved the calls to init_hard_links() into flist.c.
authorWayne Davison <wayned@samba.org>
Fri, 15 Dec 2006 22:31:16 +0000 (22:31 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 15 Dec 2006 22:31:16 +0000 (22:31 +0000)
main.c

diff --git a/main.c b/main.c
index 48bd93df923bed93d3f54bbe410183a225948dd7..9a1bec0ff25893896e8ae1e62ac5436be7883449 100644 (file)
--- a/main.c
+++ b/main.c
@@ -831,11 +831,6 @@ static void do_server_recv(int f_in, int f_out, int argc,char *argv[])
                filesfrom_fd = -1;
        }
 
-#ifdef SUPPORT_HARD_LINKS
-       if (preserve_hard_links)
-               init_hard_links();
-#endif
-
        flist = recv_file_list(f_in);
        verbose = save_verbose;
        if (!flist) {
@@ -997,11 +992,6 @@ int client_run(int f_in, int f_out, pid_t pid, int argc, char *argv[])
                filesfrom_fd = -1;
        }
 
-#ifdef SUPPORT_HARD_LINKS
-       if (preserve_hard_links)
-               init_hard_links();
-#endif
-
        if (write_batch && !am_server)
                start_write_batch(f_in);
        flist = recv_file_list(f_in);