diff options
Diffstat (limited to 'src/file_ldf.c')
-rw-r--r-- | src/file_ldf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/file_ldf.c b/src/file_ldf.c index ee6815a..e3acfe5 100644 --- a/src/file_ldf.c +++ b/src/file_ldf.c @@ -37,7 +37,6 @@ static int header_check_ldf(const unsigned char *buffer, const unsigned int buff const file_hint_t file_hint_ldf= { .extension="ldf", .description="Microsoft SQL Server Log Data File", - .min_header_distance=0, .max_filesize=PHOTOREC_MAX_FILE_SIZE, .recover=1, .enable_by_default=1, |