Improved a comment.
authorWayne Davison <wayned@samba.org>
Fri, 18 Jun 2004 16:29:21 +0000 (16:29 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 18 Jun 2004 16:29:21 +0000 (16:29 +0000)
flist.c

diff --git a/flist.c b/flist.c
index 1a24abf..0b600ac 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -1039,6 +1039,8 @@ static void send_directory(int f, struct file_list *flist, char *dir)
 
 
 /**
+ * This function is normally called by the sender, but the receiver also
+ * uses it to construct its own file list if --delete has been specified.
  * The delete_files() function in receiver.c sets f to -1 so that we just
  * construct the file list in memory without sending it over the wire.  It
  * also has the side-effect of ignoring user-excludes if delete_excluded