Fix cosmetic error in rmjob message.
PR: 21006
This commit is contained in:
parent
545ed065d2
commit
47b15ad38f
@ -211,8 +211,6 @@ process(pp, file)
|
|||||||
case 'U': /* unlink associated files */
|
case 'U': /* unlink associated files */
|
||||||
if (strchr(line+1, '/') || strncmp(line+1, "df", 2))
|
if (strchr(line+1, '/') || strncmp(line+1, "df", 2))
|
||||||
break;
|
break;
|
||||||
if (from != host)
|
|
||||||
printf("%s: ", host);
|
|
||||||
do_unlink(line+1);
|
do_unlink(line+1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user