X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/cb869c26d9936f74ad70b2496aa99a4ea3158219..7a08ae31d2b4681534a2cd732103fc2a6d817e20:/receiver.c diff --git a/receiver.c b/receiver.c index c84c0415..75bf0cea 100644 --- a/receiver.c +++ b/receiver.c @@ -361,7 +361,7 @@ int recv_files(int f_in,struct file_list *flist,char *local_name) /* open the file */ fd1 = do_open(fnamecmp, O_RDONLY, 0); - if ((fd1 == -1) && (compare_dest != NULL)) { + if (fd1 == -1 && compare_dest != NULL) { /* try the file at compare_dest instead */ pathjoin(fnamecmpbuf, sizeof fnamecmpbuf, compare_dest, fname);