mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Initialize date of rootNode.
Reviewed by: jtl
This commit is contained in:
parent
372b97d0b6
commit
1c8bdd84b8
1 changed files with 3 additions and 0 deletions
|
|
@ -685,6 +685,9 @@ cd9660_finalize_PVD(void)
|
|||
cd9660_time_8426(
|
||||
(unsigned char *)diskStructure.primaryDescriptor.effective_date,
|
||||
tim);
|
||||
/* make this sane */
|
||||
cd9660_time_915(diskStructure.rootNode->dot_record->isoDirRecord->date,
|
||||
tim);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue