diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-11-20 08:49:16 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-11-20 08:49:16 +0000 |
commit | fb57218a4a6eed1fd5a88b90b53f955d2f60aef5 (patch) | |
tree | 2ba1ce99979a60a23d6093c11efe641b7921da53 /source3/torture/torture.c | |
parent | e1eb073fa42fc06ec4015f9b7e8b377361d720d0 (diff) | |
download | samba-fb57218a4a6eed1fd5a88b90b53f955d2f60aef5.tar.gz samba-fb57218a4a6eed1fd5a88b90b53f955d2f60aef5.tar.bz2 samba-fb57218a4a6eed1fd5a88b90b53f955d2f60aef5.zip |
fix maxfd test to start deleting at right file
(This used to be commit e4fb073af02846309c3efb0675006433052bb1ce)
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r-- | source3/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 2696b19e88..e2c65bc1d3 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -1641,6 +1641,7 @@ static BOOL run_maxfidtest(int dummy) printf("%6d\r", i); } printf("%6d\n", i); + i--; printf("cleaning up\n"); for (;i>=0;i--) { |