Undid previous change.
[rsync/rsync.git] / io.c
diff --git a/io.c b/io.c
index 16955a0..84a85bb 100644 (file)
--- a/io.c
+++ b/io.c
@@ -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;