mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
boot: fix pretty nasty typo
Note to self: should I ever become a black hat hacker, this is how I'd hide a vulnerability. ;-) (No, this one is not a vulnerability) Follow-up for: 163d1ea5dd69c75d889ba4c2d1b51432ed14127f
This commit is contained in:
parent
5d04cec867
commit
0bf78c12b1
@ -2446,7 +2446,7 @@ static void config_load_all_entries(
|
||||
reboot_into_firmware);
|
||||
|
||||
if (config->entry_count == 0)
|
||||
return
|
||||
return;
|
||||
|
||||
config_write_entries_to_variable(config);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user