Change an RERR_* to RERR_FILEIO.

This commit is contained in:
Wayne Davison
2009-11-08 11:51:02 -08:00
parent 4351c039ad
commit f397616e00

View File

@@ -337,7 +337,7 @@ void send_files(int f_in, int f_out)
rsyserr(FERROR_XFER, errno, "fstat failed");
free_sums(s);
close(fd);
exit_cleanup(RERR_PROTOCOL);
exit_cleanup(RERR_FILEIO);
}
if (st.st_size) {