1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

smbd: Fix a comment

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2015-11-30 21:40:22 +01:00 committed by Jeremy Allison
parent 797be479dd
commit 58d4e77a85

View File

@ -6458,7 +6458,7 @@ NTSTATUS rename_internals_fsp(connection_struct *conn,
/*
* Check for special case with case preserving and not
* case sensitive. If the old last component differs from the original
* case sensitive. If the new last component differs from the original
* last component only by case, then we should allow
* the rename (user is trying to change the case of the
* filename).