From: Lennart Poettering Date: Thu, 3 Feb 2022 10:41:49 +0000 (+0100) Subject: boot: fix pretty nasty typo X-Git-Tag: v251-rc1~364 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bf78c12b1b3faf83ab3f7844562886619d20062;p=thirdparty%2Fsystemd.git 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 --- diff --git a/src/boot/efi/boot.c b/src/boot/efi/boot.c index 48b0352a057..c431c38e9f8 100644 --- a/src/boot/efi/boot.c +++ b/src/boot/efi/boot.c @@ -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);