Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.
authorWayne Davison <wayned@samba.org>
Tue, 27 Apr 2004 01:36:10 +0000 (01:36 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 27 Apr 2004 01:36:10 +0000 (01:36 +0000)
flist.c

diff --git a/flist.c b/flist.c
index bd7ad16..bc216eb 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -989,7 +989,7 @@ static void send_directory(int f, struct file_list *flist, char *dir)
                if (strlcpy(p, ".cvsignore", MAXPATHLEN - offset)
                    < MAXPATHLEN - offset) {
                        add_exclude_file(&local_exclude_list, fname,
-                                        XFLG_WORD_SPLIT | XFLG_NO_PREFIXES);
+                                        XFLG_WORD_SPLIT | XFLG_WORDS_ONLY);
                } else {
                        io_error |= IOERR_GENERAL;
                        rprintf(FINFO,