X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/21897ecbedeec3fbcaf2cbed895df6d11d811ba9..0b52f94da727c4881b58c1cd6f2cf2a824e02b30:/flist.c diff --git a/flist.c b/flist.c index a0970216..20350459 100644 --- a/flist.c +++ b/flist.c @@ -2037,7 +2037,7 @@ struct file_list *send_file_list(int f, int argc, char *argv[]) flist_sort_and_clean(flist, 0); file_total += flist->used; - if (!numeric_ids && !inc_recurse) + if (numeric_ids <= 0 && !inc_recurse) send_id_list(f); /* send the io_error flag */