]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 1a24abfb0bf1736a1c89f118af7928aed4cc6b90..0b600acfba8ed45a30577aa07ab13db594b7052a 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