From 281b00a2b97c49bbccce879f8073e67512e0f079 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 9 Aug 2022 16:26:13 +0200 Subject: [PATCH] vfs: Fix a copy&paste error Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/modules/vfs_dfs_samba4.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source3/modules/vfs_dfs_samba4.c b/source3/modules/vfs_dfs_samba4.c index 2900c29156e..8b4724f7b6b 100644 --- a/source3/modules/vfs_dfs_samba4.c +++ b/source3/modules/vfs_dfs_samba4.c @@ -1,7 +1,5 @@ /* - * VFS module to alter the algorithm to calculate - * the struct file_id used as key for the share mode - * and byte range locking db's. + * VFS module to retrieve DFS referrals from AD * * Copyright (C) 2007, Stefan Metzmacher * -- 2.47.3