diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-04-17 11:42:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:09 -0500 |
commit | fce0dcf2450f68fdc201152bdd063569bdcf1770 (patch) | |
tree | 66b5f21dfe9f79d0531eb68690516712638fadba /source4/lib/tdb/tools | |
parent | 573b2f75fbc1de1572ac885804a94ff8ae7d499a (diff) | |
download | samba-fce0dcf2450f68fdc201152bdd063569bdcf1770.tar.gz samba-fce0dcf2450f68fdc201152bdd063569bdcf1770.tar.bz2 samba-fce0dcf2450f68fdc201152bdd063569bdcf1770.zip |
r15100: Port the bugfix for #3569 to Samba4
(This used to be commit 5f1d52f232051324082b840f29dd7719a9328bd5)
Diffstat (limited to 'source4/lib/tdb/tools')
-rw-r--r-- | source4/lib/tdb/tools/tdbtorture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb/tools/tdbtorture.c b/source4/lib/tdb/tools/tdbtorture.c index 840397b73b..ac09898696 100644 --- a/source4/lib/tdb/tools/tdbtorture.c +++ b/source4/lib/tdb/tools/tdbtorture.c @@ -149,7 +149,7 @@ static void addrec_db(void) #if REOPEN_PROB if (in_transaction == 0 && random() % REOPEN_PROB == 0) { - tdb_reopen_all(); + tdb_reopen_all(0); goto next; } #endif |