Commit ca8e9694 authored by Andrew Tridgell's avatar Andrew Tridgell

changed wording of an error message

parent 6ed67e6d
......@@ -119,7 +119,7 @@ static int read_timeout(int fd, char *buf, int len)
if (n == 0) {
if (eof_error) {
rprintf(FERROR,"EOF in read_timeout\n");
rprintf(FERROR,"unexpected EOF in read_timeout\n");
}
exit_cleanup(1);
}
......
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