]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: VFS: glusterfs: Initialise fstreaminfo_fn to NULL
authorNoel Power <noel.power@suse.com>
Tue, 27 Apr 2021 15:14:27 +0000 (16:14 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 11 May 2021 15:49:28 +0000 (15:49 +0000)
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_glusterfs.c

index 2ce89121ac1de0e1136c771745ba928920f43636..6ae6cf225c8e2b9770cdf5a1718ce14136e059e3 100644 (file)
@@ -2352,6 +2352,7 @@ static struct vfs_fn_pointers glusterfs_fns = {
        .chflags_fn = vfs_gluster_chflags,
        .file_id_create_fn = NULL,
        .streaminfo_fn = NULL,
+       .fstreaminfo_fn = NULL,
        .get_real_filename_fn = vfs_gluster_get_real_filename,
        .connectpath_fn = vfs_gluster_connectpath,
        .create_dfs_pathat_fn = vfs_gluster_create_dfs_pathat,