From: Lennart Poettering Date: Wed, 19 Nov 2025 16:26:15 +0000 (+0100) Subject: dissect-image: make verity params for mountfsd_mount_image() optional X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00421e3166fb4660b59e999277255b34e2fa7e85;p=thirdparty%2Fsystemd.git dissect-image: make verity params for mountfsd_mount_image() optional --- diff --git a/src/shared/dissect-image.c b/src/shared/dissect-image.c index e1fa383a367..6fc5a0d7467 100644 --- a/src/shared/dissect-image.c +++ b/src/shared/dissect-image.c @@ -5218,7 +5218,6 @@ int mountfsd_mount_image( int r; assert(path); - assert(verity); assert(ret); _cleanup_close_ int image_fd = open(path, O_RDONLY|O_CLOEXEC);