smbd: Update comment for durable handles
authorChristof Schmitt <cs@samba.org>
Mon, 20 Sep 2021 22:38:59 +0000 (15:38 -0700)
committerChristof Schmitt <cs@samba.org>
Tue, 21 Sep 2021 18:47:38 +0000 (18:47 +0000)
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/durable.c

index 60e73d6e5e6557de341f859d35b11404a4765816..88e0b70d137cce493ac8eee8877e48eb9a939203 100644 (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;
        }