summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-02-05 06:42:35 +0000
committerAndrew Tridgell <tridge@samba.org>2002-02-05 06:42:35 +0000
commit22be40b6b8c034c143ce5d804628bc12cb1cc3dd (patch)
treef8c06540ace150ac5702c7b70ca0f56d9f60475a /source
parent10ee1d22e606847d40fb013c694ed5733ef6b87b (diff)
downloadsamba-22be40b6b8c034c143ce5d804628bc12cb1cc3dd.tar.gz
samba-22be40b6b8c034c143ce5d804628bc12cb1cc3dd.tar.xz
samba-22be40b6b8c034c143ce5d804628bc12cb1cc3dd.zip
got rid of a silly '*' in printout
Diffstat (limited to 'source')
-rw-r--r--source/torture/torture.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/torture/torture.c b/source/torture/torture.c
index fa8e43b705e..ccd604a7a72 100644
--- a/source/torture/torture.c
+++ b/source/torture/torture.c
@@ -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");