1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +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-10-13 16:19:41 +02:00 committed by Jeremy Allison
parent d2afaf21c5
commit 252d2cc76a

View File

@ -688,7 +688,7 @@ uint32_t fdos_mode(struct files_struct *fsp)
if (fsp == NULL) {
/*
* The pathological case where a callers does
* The pathological case where a caller does
* fdos_mode(smb_fname->fsp) passing a pathref fsp. But as
* smb_fname points at a symlink in POSIX context smb_fname->fsp
* is NULL.