From: Volker Lendecke Date: Tue, 9 Aug 2022 14:26:13 +0000 (+0200) Subject: vfs: Fix a copy&paste error X-Git-Tag: talloc-2.4.0~1277 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=281b00a2b97c49bbccce879f8073e67512e0f079;p=thirdparty%2Fsamba.git vfs: Fix a copy&paste error Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- 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 *