]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
boot: fix pretty nasty typo
authorLennart Poettering <lennart@poettering.net>
Thu, 3 Feb 2022 10:41:49 +0000 (11:41 +0100)
committerJan Janssen <medhefgo@web.de>
Thu, 3 Feb 2022 13:57:35 +0000 (14:57 +0100)
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

src/boot/efi/boot.c

index 48b0352a057c45425ee90f59f3035112ad0cdcfd..c431c38e9f83f0b2e0ff6154c6becc00597804e8 100644 (file)
@@ -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);