From d19320fdf6d143e2ccf512847932b12a0085440e Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 1 Mar 2005 03:10:59 +0000 Subject: [PATCH] Changed remote_filesfrom_file to filesfrom_host. --- io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io.c b/io.c index b0bdabe8..454b2768 100644 --- a/io.c +++ b/io.c @@ -51,7 +51,7 @@ extern int eol_nulls; extern int csum_length; extern int checksum_seed; extern int protocol_version; -extern char *remote_filesfrom_file; +extern char *filesfrom_host; extern struct stats stats; const char phase_unknown[] = "unknown"; @@ -566,7 +566,7 @@ int read_filesfrom_line(int fd, char *fname) { char ch, *s, *eob = fname + MAXPATHLEN - 1; int cnt; - int reading_remotely = remote_filesfrom_file != NULL; + int reading_remotely = filesfrom_host != NULL; int nulls = eol_nulls || reading_remotely; start: -- 2.34.1