mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix gcc warning about an uninitialized bool in sys/x86/iommu/intel_drv.c.
Reviewed by: kib
This commit is contained in:
parent
d291234c33
commit
f7f5706f28
1 changed files with 2 additions and 0 deletions
|
|
@ -1049,6 +1049,8 @@ DB_FUNC(dmar_ctx, db_dmar_print_ctx, db_show_table, CS_OWN, NULL)
|
|||
}
|
||||
show_mappings = strchr(db_tok_string, 'm') != NULL;
|
||||
t = db_read_token();
|
||||
} else {
|
||||
show_mappings = false;
|
||||
}
|
||||
if (t == tNUMBER) {
|
||||
domain = db_tok_number;
|
||||
|
|
|
|||
Loading…
Reference in a new issue