Re-enabled truncation (accidentally disabled it before...)

This commit is contained in:
Sears Russell 2006-07-20 01:30:58 +00:00
parent ffd3bd960b
commit 1ff1d4c128

View file

@ -125,10 +125,10 @@ int Tinit() {
InitiateRecovery(); InitiateRecovery();
/*truncationInit(); truncationInit();
if(lladd_enableAutoTruncation) { if(lladd_enableAutoTruncation) {
autoTruncate(); // should this be before InitiateRecovery? autoTruncate(); // should this be before InitiateRecovery?
}*/ }
return 0; return 0;
} }