Commit 5d2c5c4c authored by Martin Pool's avatar Martin Pool

Undo overzealous deletion.

parent 86943126
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment