1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

vfs: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2020-08-26 08:55:30 +02:00 committed by Jeremy Allison
parent bb8d333070
commit 6d369438b8

View File

@ -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.