Corrected a missing argument from the call to DBFlagMismatches()

that causes the recovery option (magic -r) to fail with a segfault
(which is definitely not helpful for recovering lost work).
This commit is contained in:
Tim Edwards
2020-01-18 15:55:05 -05:00
parent fc4638634a
commit 61859d152d
+1 -1
View File
@@ -874,7 +874,7 @@ DBReadBackup(name)
return FALSE;
}
/* Update timestamp flags from dbCellReadDef() */
DBFlagMismatches();
DBFlagMismatches(cellDef);
}
else
{