summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
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
commit209467ece15e2942c5105042f639e16b96fb8d3b (patch)
tree6002bd0c91e30ac0830ec4846f5477b64ddcc30f /source3/torture/torture.c
parent007a9a5cdc5ad376d2a564189f4352144b0e2e80 (diff)
downloadsamba-209467ece15e2942c5105042f639e16b96fb8d3b.tar.gz
samba-209467ece15e2942c5105042f639e16b96fb8d3b.tar.bz2
samba-209467ece15e2942c5105042f639e16b96fb8d3b.zip
got rid of a silly '*' in printout
(This used to be commit 22be40b6b8c034c143ce5d804628bc12cb1cc3dd)
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r--source3/torture/torture.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index fa8e43b705..ccd604a7a7 100644
--- a/source3/torture/torture.c
+++ b/source3/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");