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

smbd: 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 2023-08-31 12:50:09 +02:00 committed by Jeremy Allison
parent 9978953786
commit d4a05fc145

View File

@ -1603,7 +1603,7 @@ static NTSTATUS open_file(
* There is only one legit case where end up here:
* openat_pathref_fsp() failed to open a symlink, so the
* fsp was created by fsp_new() which doesn't set
* is_pathref. Other then that, we should always have a
* is_pathref. Other than that, we should always have a
* pathref fsp at this point. The subsequent checks
* assert this.
*/