X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ee1c00fea8647356e403368fad9ad4c909e9ef08..4dde3347fb614270f6aa6812598185aa0ccca3ef:/generator.c diff --git a/generator.c b/generator.c index acf4b888..8d8c362d 100644 --- a/generator.c +++ b/generator.c @@ -516,7 +516,7 @@ void itemize(const char *fnamecmp, struct file_struct *file, int ndx, int statre #endif } else if (ndx >= 0) { enum logcode code = logfile_format_has_i ? FINFO : FCLIENT; - log_item(code, file, &stats, iflags, xname); + log_item(code, file, iflags, xname); } } }