Commit e96c7777 authored by Wayne Davison's avatar Wayne Davison

Fixed return code from hard_link_one() when not verbose.

parent 71daa07f
......@@ -393,7 +393,7 @@ int hard_link_one(struct file_struct *file, const char *fname,
enum logcode code;
if (terse) {
if (!verbose)
return -1;
return 0;
code = FINFO;
} else
code = FERROR_XFER;
......
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