]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs_ceph_new: add missing sentinel to enum_vfs_cephfs_fscrypt_vals
authorShweta Sodani <ssodani@redhat.com>
Wed, 25 Mar 2026 08:55:08 +0000 (14:25 +0530)
committerAnoop C S <anoopcs@samba.org>
Thu, 2 Apr 2026 04:46:29 +0000 (04:46 +0000)
Signed-off-by: Shweta Sodani <ssodani@redhat.com>
Reviewed-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: John Mulligan <jmulligan@redhat.com>
source3/modules/vfs_ceph_new.c

index 65b83f16f33031db230aad7075919d53091a3d5e..5b46b3be500c406b6cbe54528600df55503ed7ae 100644 (file)
@@ -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 {