mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
Fix warning about possible use of uninitialized variable.
This commit is contained in:
parent
97e4ab0905
commit
588327f919
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276530
@ -67,7 +67,7 @@ nexus_xen_attach(device_t dev)
|
||||
{
|
||||
int error;
|
||||
#ifndef XEN
|
||||
device_t acpi_dev;
|
||||
device_t acpi_dev = NULL;
|
||||
#endif
|
||||
|
||||
nexus_init_resources();
|
||||
|
Loading…
Reference in New Issue
Block a user