From 1ff1d4c12875310883b0f7d22f4299246d9d94f6 Mon Sep 17 00:00:00 2001 From: Sears Russell Date: Thu, 20 Jul 2006 01:30:58 +0000 Subject: [PATCH] Re-enabled truncation (accidentally disabled it before...) --- src/lladd/transactional2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lladd/transactional2.c b/src/lladd/transactional2.c index 8f169e9..17ed74a 100644 --- a/src/lladd/transactional2.c +++ b/src/lladd/transactional2.c @@ -125,10 +125,10 @@ int Tinit() { InitiateRecovery(); - /*truncationInit(); - if(lladd_enableAutoTruncation) { + truncationInit(); + if(lladd_enableAutoTruncation) { autoTruncate(); // should this be before InitiateRecovery? - }*/ + } return 0; }