Commit f397616e authored by Wayne Davison's avatar Wayne Davison

Change an RERR_* to RERR_FILEIO.

parent 4351c039
......@@ -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) {
......
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