MCPcopy Create free account
hub / github.com/RsyncProject/rsync / fatal_unsafe_io_error

Function fatal_unsafe_io_error

flist.c:2036–2044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2034}
2035
2036static NORETURN void fatal_unsafe_io_error(void)
2037{
2038 /* This (sadly) can only happen when pushing data because
2039 * the sender does not know about what kind of delete
2040 * is in effect on the receiving side when pulling. */
2041 rprintf(FERROR_XFER, "FATAL I/O ERROR: dying to avoid a --delete-%s issue with a pre-3.0.7 receiver.\n",
2042 delete_during == 2 ? "delay" : "during");
2043 exit_cleanup(RERR_UNSUPPORTED);
2044}
2045
2046static void send1extra(int f, struct file_struct *file, struct file_list *flist)
2047{

Callers 2

send_extra_file_listFunction · 0.85
send_file_listFunction · 0.85

Calls 1

rprintfFunction · 0.70

Tested by

no test coverage detected