mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-04 14:11:58 +03:00
config: Fix issue where menu_tree would be always NULL
This commit is contained in:
parent
48c6d45c11
commit
f2505f4169
@ -137,10 +137,10 @@ int init_config(size_t config_size) {
|
||||
}
|
||||
}
|
||||
|
||||
menu_tree = create_menu_tree(NULL, 1, 0);
|
||||
|
||||
config_ready = true;
|
||||
|
||||
menu_tree = create_menu_tree(NULL, 1, 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user