1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

got rid of a silly '*' in printout

(This used to be commit 22be40b6b8c034c143ce5d804628bc12cb1cc3dd)
This commit is contained in:
Andrew Tridgell 2002-02-05 06:42:35 +00:00
parent 007a9a5cdc
commit 209467ece1

View File

@ -3032,7 +3032,6 @@ static double create_procs(BOOL (*fn)(int), BOOL *result)
for (i=0;i<nprocs;i++) {
waitpid(0, &status, 0);
printf("*");
}
printf("\n");