A change that wasn't needed.
authorWayne Davison <wayned@samba.org>
Fri, 26 Dec 2003 22:59:53 +0000 (22:59 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 26 Dec 2003 22:59:53 +0000 (22:59 +0000)
io.c

diff --git a/io.c b/io.c
index 84a85bb..16955a0 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 (*fname == '#' || *fname == ';')
+       /* Dump comments if reading locally. */
+       if (!reading_remotely && (*fname == '#' || *fname == ';'))
                goto start;
 
        return s - fname;