From: Daan De Meyer Date: Sun, 8 Feb 2026 21:16:52 +0000 (+0100) Subject: bootctl: Drop SD_VARLINK_NULLABLE from ListBootEntries IDL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f01cffc398857dc1b77559f30fa8803289f9a12;p=thirdparty%2Fsystemd.git bootctl: Drop SD_VARLINK_NULLABLE from ListBootEntries IDL 9e10f3a7e800ad67be8d8b14ae158a27438814f0 changed the implementation to report an error instead of an empty object but the IDL was not adjusted. Let's fix that. --- diff --git a/src/shared/varlink-io.systemd.BootControl.c b/src/shared/varlink-io.systemd.BootControl.c index c369b134efe..70203300ffe 100644 --- a/src/shared/varlink-io.systemd.BootControl.c +++ b/src/shared/varlink-io.systemd.BootControl.c @@ -87,7 +87,7 @@ static SD_VARLINK_DEFINE_METHOD_FULL( ListBootEntries, SD_VARLINK_REQUIRES_MORE, SD_VARLINK_FIELD_COMMENT("A boot menu entry structure"), - SD_VARLINK_DEFINE_OUTPUT_BY_TYPE(entry, BootEntry, SD_VARLINK_NULLABLE)); + SD_VARLINK_DEFINE_OUTPUT_BY_TYPE(entry, BootEntry, 0)); static SD_VARLINK_DEFINE_METHOD( SetRebootToFirmware,