diff options
| author | Wayne Davison <wayned@samba.org> | 2006-12-15 22:31:16 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2006-12-15 22:31:16 +0000 |
| commit | f05c80119448c117dfdeaf0a4eb6d174ce5d5f55 (patch) | |
| tree | 1099c1c3dfe6805a1bc2a82767f26fed7c147b8f /main.c | |
| parent | c905bf37f6a6a248944c63ce85882f78b5255871 (diff) | |
| download | android_external_rsync-f05c80119448c117dfdeaf0a4eb6d174ce5d5f55.tar.gz android_external_rsync-f05c80119448c117dfdeaf0a4eb6d174ce5d5f55.tar.bz2 android_external_rsync-f05c80119448c117dfdeaf0a4eb6d174ce5d5f55.zip | |
Moved the calls to init_hard_links() into flist.c.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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); |
