Fixed compiler warning.

This commit is contained in:
Sears Russell 2007-04-21 20:35:37 +00:00
parent 22dfd5a117
commit 91cbaa607d

View file

@ -76,7 +76,7 @@ static void setup_log() {
deleteLogWriter();
lladd_enableAutoTruncation = 0;
Tinit();
lsn_t firstLSN;
lsn_t firstLSN = -1;
int first = 1;
for(i = 0 ; i < 1000; i++) {