Fix cosmetic error in rmjob message.

PR:		21006
This commit is contained in:
wollman 2000-09-27 19:23:15 +00:00
parent b8ec81dfe3
commit 3ebe63e327

View File

@ -211,8 +211,6 @@ process(pp, file)
case 'U': /* unlink associated files */
if (strchr(line+1, '/') || strncmp(line+1, "df", 2))
break;
if (from != host)
printf("%s: ", host);
do_unlink(line+1);
}
}