From: Martin Pool Date: Fri, 25 Jan 2002 10:09:00 +0000 (+0000) Subject: Undo overzealous deletion. X-Git-Tag: v2.5.2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d2c5c4c7338004528d8df111e37fd992622e092;p=thirdparty%2Frsync.git Undo overzealous deletion. --- diff --git a/flist.c b/flist.c index 9c5f7372..0761497e 100644 --- a/flist.c +++ b/flist.c @@ -1009,6 +1009,8 @@ struct file_list *recv_file_list(int f) for (flags = read_byte(f); flags; flags = read_byte(f)) { + int i = flist->count; + flist_expand(flist); receive_file_entry(&flist->files[i], flags, f);