]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
boot: fix `bootctl install` segfault (#4404)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 19 Oct 2016 11:50:47 +0000 (20:50 +0900)
committerEvgeny Vereshchagin <evvers@ya.ru>
Wed, 19 Oct 2016 11:50:47 +0000 (14:50 +0300)
src/boot/bootctl.c

index ee6d7eb864cdf9855b24a5e24dcab58093f62586..13cf7e94f07fa2b7376ae400f6adce76096cc918 100644 (file)
@@ -621,7 +621,8 @@ static const char *efi_subdirs[] = {
         "EFI/systemd",
         "EFI/BOOT",
         "loader",
-        "loader/entries"
+        "loader/entries",
+        NULL
 };
 
 static int create_dirs(const char *esp_path) {