diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2011-03-05 18:59:26 +0100 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2011-03-05 18:59:26 +0100 |
commit | 1554ea46e8846a4e9e061aa992be36764a6d1117 (patch) | |
tree | 9bbc4bd9e827116a77469a8dbf292cb8da782121 /src/hdaccess.c | |
parent | 0718628ebaf1d05961aa804a91a0ecc4cd27a010 (diff) |
Fix for HPA and DCO detection (again)
Diffstat (limited to 'src/hdaccess.c')
-rw-r--r-- | src/hdaccess.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hdaccess.c b/src/hdaccess.c index b117e96..8a58b87 100644 --- a/src/hdaccess.c +++ b/src/hdaccess.c @@ -1602,9 +1602,6 @@ void init_disk(disk_t *disk) { disk->autodetect=0; disk->disk_size=0; - disk->user_max=0; - disk->native_max=0; - disk->dco=0; /* Note, some Raid reserve the first 1024 512-sectors */ disk->offset=0; disk->rbuffer=NULL; |