vfs_catia: Fix return value in lock functions
[bbaumbach/samba-autobuild/.git] / source3 / modules / vfs_tsmsm.c
index b3493e7512d0d67c7eb0a125d58dcefc7ed63d8d..85a9bfdfa9c0bb4a0d7082debe3d646e34b6c864 100644 (file)
@@ -605,10 +605,12 @@ static struct vfs_fn_pointers tsmsm_fns = {
        .set_dos_attributes_fn = tsmsm_set_dos_attributes,
        .fset_dos_attributes_fn = tsmsm_fset_dos_attributes,
        .get_dos_attributes_fn = tsmsm_get_dos_attributes,
+       .get_dos_attributes_send_fn = vfs_not_implemented_get_dos_attributes_send,
+       .get_dos_attributes_recv_fn = vfs_not_implemented_get_dos_attributes_recv,
        .fget_dos_attributes_fn = tsmsm_fget_dos_attributes,
 };
 
-NTSTATUS vfs_tsmsm_init(TALLOC_CTX *);
+static_decl_vfs;
 NTSTATUS vfs_tsmsm_init(TALLOC_CTX *ctx)
 {
        return smb_register_vfs(SMB_VFS_INTERFACE_VERSION,