From 1e1ca25343206df0ad8dccaefdae0506c7817532 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 6 Dec 2006 01:32:17 +0000 Subject: #ifdef calls to hard-link functions. --- main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index 28334357..0733a9aa 100644 --- a/main.c +++ b/main.c @@ -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"); -- cgit v1.2.3