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();
/*truncationInit();
truncationInit();
if(lladd_enableAutoTruncation) {
autoTruncate(); // should this be before InitiateRecovery?
}*/
}
return 0;
}