From: Wayne Davison Date: Fri, 18 Jun 2004 16:29:21 +0000 (+0000) Subject: Improved a comment. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/b293a7f62c8954050712534947e6567b18568691 Improved a comment. --- diff --git a/flist.c b/flist.c index 1a24abfb..0b600acf 100644 --- 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