Tweaked a comment.
authorWayne Davison <wayned@samba.org>
Tue, 27 Jan 2004 01:27:37 +0000 (01:27 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 27 Jan 2004 01:27:37 +0000 (01:27 +0000)
flist.c

diff --git a/flist.c b/flist.c
index 26ecb3ccdd417a4f648aa3b6830f587b62a100c6..100ae9f0d5ee05711831427a63fd15f60fe553ab 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -443,7 +443,7 @@ void send_file_entry(struct file_struct *file, int f, unsigned short base_flags)
        /* We must make sure we don't send a zero flags byte or
         * the other end will terminate the flist transfer. */
        if (flags == 0 && !S_ISDIR(mode))
-               flags |= XMIT_TOP_DIR; /* Will be stripped off by receiver. */
+               flags |= XMIT_TOP_DIR; /* NOTE: no meaning for non-dir */
        if (protocol_version >= 28) {
                if ((flags & 0xFF00) || flags == 0) {
                        flags |= XMIT_EXTENDED_FLAGS;