1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

smbd: Update comment for durable handles

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Christof Schmitt 2021-09-20 15:38:59 -07:00
parent 113f6964d0
commit d8972d9201

View File

@ -48,7 +48,7 @@ NTSTATUS vfs_default_durable_cookie(struct files_struct *fsp,
if (lp_kernel_share_modes(SNUM(conn))) {
/*
* We do not support durable handles
* if kernel share modes (flocks) are used
* if file system sharemodes are used
*/
return NT_STATUS_NOT_SUPPORTED;
}