From: Shweta Sodani Date: Wed, 25 Mar 2026 08:55:08 +0000 (+0530) Subject: vfs_ceph_new: add missing sentinel to enum_vfs_cephfs_fscrypt_vals X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c60241fbb2f56b263b878ade9c1fb0cd034d6b43;p=thirdparty%2Fsamba.git vfs_ceph_new: add missing sentinel to enum_vfs_cephfs_fscrypt_vals Signed-off-by: Shweta Sodani Reviewed-by: Anoop C S Reviewed-by: John Mulligan --- diff --git a/source3/modules/vfs_ceph_new.c b/source3/modules/vfs_ceph_new.c index 65b83f16f33..5b46b3be500 100644 --- a/source3/modules/vfs_ceph_new.c +++ b/source3/modules/vfs_ceph_new.c @@ -110,6 +110,7 @@ static const struct enum_list enum_vfs_cephfs_fscrypt_vals[] = { {VFS_CEPHFS_FSCRYPT_DISABLED, "disabled"}, {VFS_CEPHFS_FSCRYPT_DISABLED, "none"}, {VFS_CEPHFS_FSCRYPT_KEYBRIDGE, "keybridge"}, + {-1, NULL}, }; struct vfs_ceph_fscrypt_key {