From: Volker Lendecke Date: Wed, 26 Aug 2020 06:55:30 +0000 (+0200) Subject: vfs: Fix a typo X-Git-Tag: talloc-2.3.2~320 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d369438b886fcbb8b480092c8b19b1db94b06d2;p=thirdparty%2Fsamba.git vfs: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/modules/vfs_shadow_copy2.c b/source3/modules/vfs_shadow_copy2.c index 3be93f985dd..5081e37c05e 100644 --- a/source3/modules/vfs_shadow_copy2.c +++ b/source3/modules/vfs_shadow_copy2.c @@ -1000,7 +1000,7 @@ static void convert_sbuf(vfs_handle_struct *handle, const char *fname, return); if (priv->config->fixinodes) { - /* some snapshot systems, like GPFS, return the name + /* some snapshot systems, like GPFS, return the same device:inode for the snapshot files as the current files. That breaks the 'restore' button in the shadow copy GUI, as the client gets a sharing violation.