1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

got rid of a silly '*' in printout

This commit is contained in:
Andrew Tridgell -
parent 10ee1d22e6
commit 22be40b6b8

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");