aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-03-01 03:10:59 +0000
committerWayne Davison <wayned@samba.org>2005-03-01 03:10:59 +0000
commitd19320fdf6d143e2ccf512847932b12a0085440e (patch)
treea591f6fc5ad6c13fa1e875aa5888ea99b2724ce0 /io.c
parent860236bf90087c88e886b6a7bffb83d6df51c1cc (diff)
downloadandroid_external_rsync-d19320fdf6d143e2ccf512847932b12a0085440e.tar.gz
android_external_rsync-d19320fdf6d143e2ccf512847932b12a0085440e.tar.bz2
android_external_rsync-d19320fdf6d143e2ccf512847932b12a0085440e.zip
Changed remote_filesfrom_file to filesfrom_host.
Diffstat (limited to 'io.c')
-rw-r--r--io.c4
1 files 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: