diff options
| author | Wayne Davison <wayned@samba.org> | 2003-12-26 23:04:01 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2003-12-26 23:04:01 +0000 |
| commit | 6b45fcf160fdc4cb78805835e05e25015fe4f973 (patch) | |
| tree | ae6488148d63f1519f0e09332a8fc97e0ce42841 /io.c | |
| parent | 49c24eccd45da628ddba06a83ee5a67a27ba5d33 (diff) | |
| download | android_external_rsync-6b45fcf160fdc4cb78805835e05e25015fe4f973.tar.gz android_external_rsync-6b45fcf160fdc4cb78805835e05e25015fe4f973.tar.bz2 android_external_rsync-6b45fcf160fdc4cb78805835e05e25015fe4f973.zip | |
Undid previous change.
Diffstat (limited to 'io.c')
| -rw-r--r-- | io.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -406,8 +406,8 @@ int read_filesfrom_line(int fd, char *fname) } *s = '\0'; - /* Dump comments if reading locally. */ - if (!reading_remotely && (*fname == '#' || *fname == ';')) + /* Dump comments. */ + if (*fname == '#' || *fname == ';') goto start; return s - fname; |
