From: Wayne Davison Date: Sun, 25 Jan 2004 22:32:05 +0000 (+0000) Subject: Tweaked a comment. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/40da90423073e7581cdceebd7556bee3a0a41c94 Tweaked a comment. --- diff --git a/main.c b/main.c index 23452f5c..272f8a0a 100644 --- a/main.c +++ b/main.c @@ -462,7 +462,7 @@ static int do_recv(int f_in,int f_out,struct file_list *flist,char *local_name) generate_files(f_out, flist, local_name); - get_redo_num(); /* Read final -1, and any prior messages. */ + get_redo_num(); /* Read final MSG_DONE and any prior messages. */ io_flush(FULL_FLUSH); if (protocol_version >= 24) { /* send a final goodbye message */